12.05.2014, 17:04
Thanks! is it also possible to reset the weapons i gave them, but not the ones they bought themself...
Код:
public HuntCount(playerid) { SendClientMessageToAll(COLOR_WHITE, "DM is off!"); GameTextForAll("DM is off!", 1, 0); KillTimer(Hunttimer[playerid]); for(new i; i != MAX_PLAYERS; i++) { ResetPlayerWeapons(i); } }