SA-MP Forums Archive
Help me with Request Class - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me with Request Class (/showthread.php?tid=428297)



Help me with Request Class - Configuration - 05.04.2013

Help me with That plz Here is Pos
AddPlayerClass(213,960.1247,2141.3201,1011.0201,13 0.0000,0,0,0,0,0,0); //

and here Photo

Help me plz


Re: Help me with Request Class - MP2 - 05.04.2013

Sigh. Help with what?


Re: Help me with Request Class - Configuration - 05.04.2013

For make that request class with that pos AddPlayerClass(213,960.1247,2141.3201,1011.0201,13 0.0000,0,0,0,0,0,0); //


Re: Help me with Request Class - Avi Raj - 05.04.2013

Replace OnPlayerRequestClass with this :-
Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, 960.1247,2141.3201,1011.0201);
    SetPlayerFacingAngle(playerid, 13.0000);
    SetPlayerCameraPos(playerid, 960.1247,2141.3201,1011.0201);
    SetPlayerCameraLookAt(playerid, 960.1247,2141.3201,1011.0201);
	return 1;
}



Re: Help me with Request Class - Configuration - 06.04.2013

Ohhh thanksss