Advertisement
Guest User

SetPlayerPosEx - spsx.inc

a guest
Feb 28th, 2012
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.97 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////////////////////////
  2. // spsx.inc for SetPlayertPosEx function.
  3. // Author : Ballu Miaa aka Char.C
  4. // Facebook: MCeeCharC
  5. // Twitter: IndianGz
  6. // Youtube Channel: IndianGz
  7. // SAMP Forums : Ballu Miaa
  8. // Site: www.excaliburgaming.net
  9. // CREDITS:
  10. // Ballu Miaa for designing this include.
  11. // Developer of SetPlayerPos and SetPlayerFacingAngle functions. (Maybe Kalcor)
  12. // NOTE:
  13. // 1. You are not allowed to remove/edit the credits.
  14. // 2. You are not allowed to make any changes to this include and re-release it.
  15. // 3. You are not allowed to sell this include.
  16. // 4. You are not allowed to call this include of you own.
  17. #include <a_samp>
  18. #include <a_players>
  19.  
  20. stock SetPlayerPosEx(playerid, Float:x ,Float:y,Float:z,Float:a)
  21. {
  22.     SetPlayerPos(playerid , x , y ,z);
  23.     SetPlayerFacingAngle(a);
  24.     return 1;  
  25. }
  26. /* spsx will have future releases. Im scripting for money too. Contact me if you need something. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement