How to get the player facing float? - 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: How to get the player facing float? (
/showthread.php?tid=348224)
How to get the player facing float? -
MarinacMrcina - 04.06.2012
How can I get the player facing float and use it with the if function?
Re: How to get the player facing float? -
Niko_boy - 04.06.2012
pawn Код:
new Float:angle;
GetPlayerFacingAngle( playerid , angle );
//now use angle somehwere
was that hard huh? :P