Advertisement
Guest User

Untitled

a guest
May 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext) {
  2. if(strcmp(cmdtext, "/getpos", true, 6) == 0) {
  3. GetPlayerPos(playerid, 0.000000, 0.000000, 0.000000);
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement