mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-03-27 12:59:09 +03:00
string is not an integer
string is not an integer
This commit is contained in:
parent
ff2b5142f9
commit
a803f2ef87
@ -89,7 +89,7 @@ stock EF_CreateEntity() {
|
||||
stock EF_RemoveEntity(const ENTITY) {
|
||||
return engfunc(EngFunc_RemoveEntity, ENTITY);
|
||||
}
|
||||
stock EF_CreateNamedEntity(const CLASSNAME) {
|
||||
stock EF_CreateNamedEntity(const CLASSNAME[]) {
|
||||
return engfunc(EngFunc_CreateNamedEntity, CLASSNAME);
|
||||
}
|
||||
stock EF_MakeStatic(const ENTITY) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user