Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.54 KB | None | 0 0
  1. Izbaci varijable: CamperPos
  2.  
  3. //Komanda
  4. dcmd_kizlaz(playerid, params[])
  5. {
  6.     #pragma unused params
  7.     if(CamperID[playerid] > 0 && IsPlayerInRangeOfPoint(playerid, 2.0, 768.0327,1402.8625,-4.5741))
  8.     {
  9.         new Float:vpos[3];
  10.         GepekVozila(CamperID[playerid], vpos[0], vpos[1], vpos[2]);
  11.         AC_SetPlayerPos(playerid, vpos[0], vpos[1], vpos[2]);
  12.         SetPlayerVirtualWorld(playerid, GetVehicleVirtualWorld(CamperID[playerid]));
  13.         SetPlayerInterior(playerid, 0);
  14.         CamperID[playerid] = 0;
  15.     }
  16.     return 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement