[Tutorial] Count Object on GM
#4

Much simpler and much easier version:
pawn Код:
public OnGameModeInit()
{
    //Objects here

    new dummyObject = CreateObject(1214, 0, 0, -10, 0, 0, 0);
    printf("Created %d objects!", dummyObject-1);
    DestroyObject(dummyObject);
}
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)