07.05.2012, 23:13
You mean like this:
Add this under: public OnGameModeInit()
Also you need to add this under: public OnPlayerRequestClass(playerid, classid)
pawn Код:
AddPlayerClass(0, 1222.6610,-2036.8990,65.2266,268.2468,0,0,0,0,0,0); //Carl "CJ" Johnson//
pawn Код:
if(GetPlayerSkin(playerid) == 0)
{
GameTextForPlayer(playerid, "Carl 'CJ' Johnson", 2000, 4);
}
return 1;
}