Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( !NaParkinguIgrac(playerid))return SCM(playerid,grey,"Niste na parking mestu !");
- {
- SCM(playerid,-1,"*Uspeno ste parkirali ovo vozilo na 5 minuta!*");
- GivePlayerMoney(playerid,-70);
- SCM(playerid,-1,"*Kad god pozelite da ga prekinete parking kucaj te (/parkingoff)*");
- SetTimerEx("Parking10", 300000, false, "i", playerid);
- ParkiranoVozilo[playerid] = GetPlayerVehicleID(playerid);
- ParkiraoLik[playerid] = 1;
- new Text3D:parkvozilo;
- parkvozilo = Create3DTextLabel( "[ PARKING: Placen ]", -1, 0.0, 0.0, 0.0, 50.0, 0, 1 );
- Attach3DTextLabelToVehicle( parkvozilo, ParkiranoVozilo[playerid],0.0, 0.0, 0.0);
Advertisement
Add Comment
Please, Sign In to add comment