22.01.2015, 20:37
this one is for destroy
this one is for create
Код:
for(new i; i<MAX_PLAYERS_EX; i++) { DestroyPlayerObject(i,Item[playerid]); }
Код:
new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); for(new i; i<MAX_PLAYERS_EX; i++) { Item[playerid] = CreatePlayerObject(i,ItemID[playerid],x,y,z-1,0,0,0,0.0); }