17.04.2009, 03:00
I think it has to be placed in main() or OnGameModeInit(). If that doesn't work...
pawn Код:
OnPlayerConnect(playerid,ip[])
{
SetPlayerColor(playerid,GetPlayerColor(playerid)-255));
}