Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ////////////////////////////////////////////////////////////////////////////////
- // spsx.inc for SetPlayertPosEx function.
- // Author : Ballu Miaa aka Char.C
- // Facebook: MCeeCharC
- // Twitter: IndianGz
- // Youtube Channel: IndianGz
- // SAMP Forums : Ballu Miaa
- // Site: www.excaliburgaming.net
- // CREDITS:
- // Ballu Miaa for designing this include.
- // Developer of SetPlayerPos and SetPlayerFacingAngle functions. (Maybe Kalcor)
- // NOTE:
- // 1. You are not allowed to remove/edit the credits.
- // 2. You are not allowed to make any changes to this include and re-release it.
- // 3. You are not allowed to sell this include.
- // 4. You are not allowed to call this include of you own.
- #include <a_samp>
- #include <a_players>
- stock SetPlayerPosEx(playerid, Float:x ,Float:y,Float:z,Float:a)
- {
- SetPlayerPos(playerid , x , y ,z);
- SetPlayerFacingAngle(a);
- return 1;
- }
- /* 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