Advertisement
Datox

Teleporte /ircoords

Jul 10th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. CMD:ircoords(playerid, params[]){
  2. new Float:x, Float:y, Float:z;
  3. if(sscanf(params, "fff", x, y, z))
  4. return SendClientMessage(playerid, -1, "Use /ircoords [X Pos] [Y Pos] [Z Pos]");
  5.  
  6. SetPlayerPos(playerid, x, y, z);
  7. return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement