Destroying a certain object
#6

Then make an array
pawn Code:
new DrugObject[MAX_PLAYERS][10];
Then it will be
pawn Code:
CMD:plant(playerid,params[])
{
//bla bla the code
DrugObject[playerid][0] = CreateObjet(//the object
DrugObject[playerid][1] = CreateObjet(//the object2
return 1;
}
Reply


Messages In This Thread
Destroying a certain object - by dusk - 16.02.2013, 11:16
Re: Destroying a certain object - by DaRk_RaiN - 16.02.2013, 11:21
Re: Destroying a certain object - by dusk - 16.02.2013, 11:22
Re: Destroying a certain object - by DaRk_RaiN - 16.02.2013, 11:25
Re: Destroying a certain object - by dusk - 16.02.2013, 11:59
Re: Destroying a certain object - by DaRk_RaiN - 16.02.2013, 12:02
Re: Destroying a certain object - by dusk - 16.02.2013, 12:16
Re: Destroying a certain object - by DaRk_RaiN - 16.02.2013, 12:18
Re: Destroying a certain object - by dusk - 16.02.2013, 12:33
Re: Destroying a certain object - by Babul - 16.02.2013, 13:11

Forum Jump:


Users browsing this thread: 3 Guest(s)