Help me with showing the GameText
#2

Try 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);
    return 1;
}
and these
Код:
  SetPlayerPos(playerid, 1524.4070, -883.0510, 61.1224);
  SetPlayerCameraPos(playerid, 1530.9668, -889.9349, 61.1226);
  SetPlayerCameraLookAt(playerid, 1524.4070, -883.0510, 61.1224);
add them on SetupPlayerForClassSelection(playerid)
Reply


Messages In This Thread
Help me with showing the GameText - by juuleman - 03.05.2010, 10:11
Re: Help me with showing the GameText - by johnnyc - 03.05.2010, 10:19
Re: Help me with showing the GameText - by Desert - 03.05.2010, 10:28
Re: Help me with showing the GameText - by juuleman - 03.05.2010, 10:32

Forum Jump:


Users browsing this thread: 1 Guest(s)