20.02.2009, 15:01
bubka , I think youre doing right with
Make a copy of your gamemode , chage it and test it .
Код:
//Gteam 0
{
if(gTeam[playerid] != 0)
{
SetPlayerColor(playerid, 0xFFFFFFAA);
}
{
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "Welcome Citzen %s .", pName);
SendClientMessageToAll(COLOR_WHITE, string);
}
}

