mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-08-06 22:29:36 +03:00
fixed return create_entity(szClassname[])
This commit is contained in:
parent
08b3491f52
commit
913b72451d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ stock Entvars_Set_Byte(iIndex, iVariable, iNewValue)
|
|||
return entity_set_byte(iIndex, iVariable, iNewValue)
|
||||
|
||||
stock CreateEntity(szClassname[])
|
||||
return create_entity(szClassname[])
|
||||
return create_entity(szClassname)
|
||||
|
||||
stock ENT_SetModel(iIndex, szModel[])
|
||||
return entity_set_model(iIndex, szModel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue