OnPlayerRequestClass -HELP- - 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: OnPlayerRequestClass -HELP- (
/showthread.php?tid=299570)
OnPlayerRequestClass -HELP- -
-BadGirl- - 26.11.2011
Tell Me How I Change This OnPlayerClassSelection Menu
Can I Do /Save In Game And After Saving Put Save Position Cordinates
This Is My Code
Код:
public OnPlayerRequestClass(playerid, classid)
{
SetupPlayerForClassSelection(playerid);
return 1;
}
SetupPlayerForClassSelection(playerid)
{
SetPlayerInterior(playerid,14);
SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
SetPlayerFacingAngle(playerid, 270.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
}
And This is Style
http://i39.tinypic.com/zx8ms4.png
Ok Now Help please
Here Is my Save Cordinates I Want THis Style
Код:
AddPlayerClass(233,1220.8361,-6.3449,1001.3281,89.7828,0,0,0,0,0,0); //
Re: OnPlayerRequestClass -HELP- -
serman - 26.11.2011
what about tut?
here it is
Click Me
Re: OnPlayerRequestClass -HELP- -
-BadGirl- - 26.11.2011
I Cant Done That Plz Help Me
Its Showing A Black Screen OnlY!! -!
Re: OnPlayerRequestClass -HELP- -
System64 - 26.11.2011
There is a FS on the forum witch you can rotate camera etc. so you can position it and export to file and that's it
Re: OnPlayerRequestClass -HELP- -
HyperZ - 26.11.2011
Use
OnPlayerRequestClass Maker by RyDeR`.