25.02.2014, 09:42
There you go
pawn Код:
if(classid == N1)
{
if GetPlayerScore(playerid) >= 500
{
SetPlayerSkin(playerid, SN_SKIN);
GameTextForPlayer(playerid,"~b~Superior Necromancer",1000,4);
SetPlayerColor(playerid, N_COLOR);
gTeam[playerid] = N1;
}
}