15.07.2009, 19:30
I need a Code so when a player joins it sets the admin level to 0 ( I have ladmin) if you know of one please tell me thanks in advance
public OnPlayerConnect(playerid)
{
PlayerInfo[playerid][AdminLevel] = 0;
return 1;
}