[HELP] GameTextForPlayer
#5

Quote:
Originally Posted by xoɟɔıʇɔɹɐ
do you have a GameText at onplayerrequestclass?
Yes, I have it like this...

Код:
public OnPlayerRequestClass(playerid, classid)
{
 Switch(classid)
 {
  case 0:
  {
   GameTextForPlayer(playerid,"San Fierro Rifa",3000,6);
   {
    SetPlayerPos(playerid,-2261.1143,1012.0626,83.6106);
    SetPlayerCameraPos(playerid,-2261.1143,1016.7200,83.6334);
    SetPlayerCameraLookAt(playerid,-2261.1143,1012.0626,83.6106);
    SetPlayerFacingAngle(playerid,357.6576);
    SetPlayerColor(playerid,0x0080C0FF);
   }
  }
 }
 return 1;
}
Reply


Messages In This Thread
[HELP] GameTextForPlayer - by FreddeN - 09.06.2009, 16:10
Re: [HELP] GameTextForPlayer - by Correlli - 09.06.2009, 16:19
Re: [HELP] GameTextForPlayer - by FreddeN - 09.06.2009, 16:32
Re: [HELP] GameTextForPlayer - by MPKaboose - 09.06.2009, 16:35
Re: [HELP] GameTextForPlayer - by FreddeN - 09.06.2009, 16:40
Re: [HELP] GameTextForPlayer - by MPKaboose - 09.06.2009, 16:43
Re: [HELP] GameTextForPlayer - by FreddeN - 09.06.2009, 16:45
Re: [HELP] GameTextForPlayer - by MPKaboose - 09.06.2009, 16:46
Re: [HELP] GameTextForPlayer - by FreddeN - 09.06.2009, 16:57
Re: [HELP] GameTextForPlayer - by Marcel - 09.06.2009, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)