13.05.2014, 07:42
Why would you divide that by 0? just set it to 0?
E.G:
Why wouldn't you do that?
E.G:
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
PlayerInfo[playerid][PlayerName] = "None" or 0
PlayerInfo[playerid][IP] = "None" or 0
}