Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.18 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3.     if (strcmp("/lsv", cmdtext, true) == 0)
  4.     {
  5.         SetPlayerPosFindZ(playerid, 1567.0, 1252.0, 80.0);
  6.         return 1;
  7.     }
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement