Guest User

Untitled

a guest
May 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. CND: goto(plyerid, params)
  2. {
  3. new Float:pos1, Float:pos2, Float:pos3, id;
  4. if (sscanf(params, "d", id)) print("Bravo");
  5. else
  6. {
  7. GetPlayerPos(id, pos1, pos2, pos);
  8. SetPlayerPos(playerid, pos1, pos2, pos3);
  9. }
  10. }
Add Comment
Please, Sign In to add comment