Guest User

ClickMap FS!

a guest
Jan 27th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //FILTERSCRIPT MADE BY JOE!
  2. //FILTERSCRIPT IDEA FROM Kirollos!
  3.  
  4. #include <a_samp>
  5. #define FILTERSCRIPT
  6. #include <zcmd>
  7.  
  8. public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
  9. {
  10. SetPlayerPosFindZ(playerid, fX, fY, fZ);
  11. return 1;
  12. }
  13.  
  14. //Hope you enjoy this FilterScript
  15.  
  16. //If you didnt want zcmd remove it
Advertisement
Add Comment
Please, Sign In to add comment