Advertisement
seriu_

Untitled

Nov 25th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. stock SetPos(const playerid,Float:x,Float:y,Float:z,Float:fa,newinterior,newworld)
  2. {
  3. first_spawn[playerid] = 0;
  4. SetPlayerPos(playerid,x,y,z);
  5. SetPlayerFacingAngle(playerid,fa);
  6. SetPlayerInterior(playerid,newinterior);
  7. SetPlayerVirtualWorld(playerid,newworld);
  8. SetCameraBehindPlayer(playerid);
  9. pTemp[playerid][acTeleportTick] = gettime()+2+floatround(GetPlayerPing(playerid)/60);
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement