03.05.2010, 10:11
Hey Guys,
I got this:
But the GameText isnt there when im choosing a skin...
Plz help.
I got this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
new string[128];
if(classid == 180)
{
format(string, sizeof(string), "~g~Team Green~n~~r~Defenders");
GameTextForPlayer(playerid,string,3500,6);
}
else if(classid == 174)
{
format(string, sizeof(string), "~r~Team Red~n~~r~Attackers");
GameTextForPlayer(playerid,string,3500,6);
}
SetPlayerPos(playerid, 1524.4070, -883.0510, 61.1224);
SetPlayerCameraPos(playerid, 1530.9668, -889.9349, 61.1226);
SetPlayerCameraLookAt(playerid, 1524.4070, -883.0510, 61.1224);
return 1;
}
Plz help.