2
0
Fork 0
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:
Johnny Bergström 2004-03-08 08:36:23 +00:00
commit 913b72451d

View file

@ -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)