08.06.2016, 07:31
Try to put [MAX_PLAYERS] for towers and make one for each player... So do it like this:
And when a player disconnects just destroy the tower if that player had one...
Код:
tower[playerid] = CreateObject(...);
Код:
//Under public OnPlayerDisconnect(playerid) DestroyObject(tower[playerid]);