[Tutorial] Count Object on GM
#5

Simply use ObjectCount () As CreateObject in OnGameModeInit

pawn Код:
public OnGameModeInit()
{
    ObjectCount (1489, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
instead

pawn Код:
public OnGameModeInit()
{
    CreateObject(1489, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
Reply


Messages In This Thread
Count Object on GM - by LuisGraph - 22.02.2012, 16:53
Re: Count Object on GM - by Luis- - 22.02.2012, 17:03
Respuesta: Count Object on GM - by LuisGraph - 22.02.2012, 17:16
Re: Count Object on GM - by Vince - 22.02.2012, 17:24
Respuesta: Count Object on GM - by LuisGraph - 22.02.2012, 17:40

Forum Jump:


Users browsing this thread: 1 Guest(s)