Guest User

amsm

a guest
Jul 22nd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.65 KB | None | 0 0
  1.   if( !NaParkinguIgrac(playerid))return SCM(playerid,grey,"Niste na parking mestu !");
  2.      {
  3.      SCM(playerid,-1,"*Uspeno ste parkirali ovo vozilo na 5 minuta!*");
  4.      GivePlayerMoney(playerid,-70);
  5.      SCM(playerid,-1,"*Kad god pozelite da ga prekinete parking kucaj te (/parkingoff)*");
  6.      SetTimerEx("Parking10", 300000, false, "i", playerid);
  7.      ParkiranoVozilo[playerid] = GetPlayerVehicleID(playerid);
  8.      ParkiraoLik[playerid] = 1;
  9.      new Text3D:parkvozilo;
  10.      parkvozilo = Create3DTextLabel( "[ PARKING: Placen ]", -1, 0.0, 0.0, 0.0, 50.0, 0, 1 );
  11.      Attach3DTextLabelToVehicle( parkvozilo, ParkiranoVozilo[playerid],0.0, 0.0, 0.0);
Advertisement
Add Comment
Please, Sign In to add comment