22.01.2015, 20:10
for example like this - its in onplayerdisconnect - tested in game, object didin't disappear
//the Item is Item[playerid]=Create... when player choose in dialog
Код:
for(new i; i<MAX_PLAYERS_EX; i++) { DestroyPlayerObject(i,Item[playerid]); }