Select 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: Select class (
/showthread.php?tid=453449)
Select class -
Cerealguy - 25.07.2013
Thanks to those who responded to the previous topic solve achieved <3 but now when I go to select the character I get like this:
I want you to look ahead in the selection, someone please explain to me as I want to be something like the information:
Re: Select class -
DobbysGamertag - 25.07.2013
It looks like the facing angle is off
pawn Код:
SetPlayerFacingAngle(playerid,ANGLE);
If you did /save to get the coordinates. It's the part highlighted.
pawn Код:
AddPlayerClass(skin, Float:x, Float:y, Float:z,***Float:Angle****, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
Add that to your class function.
Respuesta: Select class -
Cerealguy - 25.07.2013
friend is equal T.T