15.09.2009, 19:01

This is the code that was executed at the time of the warnings:
pawn Код:
DMS[playerid] = 0;
DM[playerid] = 0;
DML[playerid] = 0;
format(string,sizeof(string),"%s (%i) has left the DM stadium.",ReturnPlayerName(playerid),playerid);
SendClientMessageToAllBut(playerid,COLOR_LBLUE,string);
SendClientMessage(playerid, COLOR_LBLUE, "** Left DM Stadium!");
SetPlayerArmour(playerid, 0);
DisablePlayerCheckpoint(playerid);
OnPlayerSpawn(playerid);