We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// \addons\sourcemod\scripting\include\smlib\entities.inc(41) : error 138: const was specified twice // 41 | stock Entity_FindByName(const const String:name[], const String:class[]="") // ---------------------------------------^ // // \addons\sourcemod\scripting\include\smlib\entities.inc(1773) : error 418: deprecated syntax; see https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs // 1773 | functag Entity_ChangeOverTimeCallback bool:public(&entity, &Float:interval, ¤tCall); // ---------^ // // \addons\sourcemod\scripting\include\smlib\entities.inc(1773) : error 001: expected token: "-identifier-", but found "public" // 1773 | functag Entity_ChangeOverTimeCallback bool:public(&entity, &Float:interval, ¤tCall); // -----------------------------------------------^ // // \addons\sourcemod\scripting\include\smlib\entities.inc(1773) : error 122: expected type expression // 1773 | functag Entity_ChangeOverTimeCallback bool:public(&entity, &Float:interval, ¤tCall); // ----------------------------------------------------------^ // // \addons\sourcemod\scripting\include\smlib\entities.inc(1773) : error 029: invalid expression, assumed zero // 1773 | functag Entity_ChangeOverTimeCallback bool:public(&entity, &Float:interval, ¤tCall); // -----------------------------------------------------------^ // // 5 Errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
meta2.0_1293+sm1.12_7137
// \addons\sourcemod\scripting\include\smlib\entities.inc(41) : error 138: const was specified twice
// 41 | stock Entity_FindByName(const const String:name[], const String:class[]="")
// ---------------------------------------^
//
// \addons\sourcemod\scripting\include\smlib\entities.inc(1773) : error 418: deprecated syntax; see https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs
// 1773 | functag Entity_ChangeOverTimeCallback bool:public(&entity, &Float:interval, ¤tCall);
// ---------^
//
// \addons\sourcemod\scripting\include\smlib\entities.inc(1773) : error 001: expected token: "-identifier-", but found "public"
// 1773 | functag Entity_ChangeOverTimeCallback bool:public(&entity, &Float:interval, ¤tCall);
// -----------------------------------------------^
//
// \addons\sourcemod\scripting\include\smlib\entities.inc(1773) : error 122: expected type expression
// 1773 | functag Entity_ChangeOverTimeCallback bool:public(&entity, &Float:interval, ¤tCall);
// ----------------------------------------------------------^
//
// \addons\sourcemod\scripting\include\smlib\entities.inc(1773) : error 029: invalid expression, assumed zero
// 1773 | functag Entity_ChangeOverTimeCallback bool:public(&entity, &Float:interval, ¤tCall);
// -----------------------------------------------------------^
//
// 5 Errors.
The text was updated successfully, but these errors were encountered: