Advertisement
razvan_xd

SetPlayerPos DEBUG

Apr 10th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.35 KB | None | 0 0
  1. stock plm_SetPlayerPos ( playerid, Float: plm_x, Float: plm_y, Float: plm_z )
  2. {
  3.     printf ( "SetPlayerPos ( %i, %f, %f, %f );", playerid, plm_x, plm_y, plm_z );
  4.     return SetPlayerPos ( playerid, plm_x, plm_y, plm_z );
  5. }
  6.  
  7. #if defined _ALS_SetPlayerPos
  8.     #undef SetPlayerPos
  9. #else
  10.     #define _ALS_SetPlayerPos
  11. #endif
  12.  
  13. #define SetPlayerPos plm_SetPlayerPos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement