Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. forward AC_SetPlayerPos(playerid, Float:x, Float:y, Float:z);
  2. public AC_SetPlayerPos(playerid, Float:x, Float:y, Float:z)
  3. {
  4. Portan[playerid] = 4;
  5. SetPlayerPos(playerid, x, y, z);
  6. PortK[0][playerid] = x; PortK[1][playerid] = y; PortK[2][playerid] = z;
  7. return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement