SA-MP Forums Archive
Firefighter Job - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Firefighter Job (/showthread.php?tid=659273)



Firefighter Job - TheGodlyGod - 29.09.2018

Hello there,

I made a firefighter job and I got stuck at this point. Like every job, I have multiple vehicles of the same ID, and I made a job that when a player enters the vehicle and he starts the job mission, that gives me variable in which vehicle he entered because there are 6 of them. I need this cause when a player comes at the checkpoint he needs to exit the vehicle and set up barricades, so I wanted to make a function where when he set up all barricades server put him in vehicle, but when he exit vehicle I lost variable...


Re: Firefighter Job - TheGodlyGod - 02.10.2018

bump?


Re: Firefighter Job - CodeStyle175 - 02.10.2018

i would go with building good vehicle framwork what would make your future development much easier.


Re: Firefighter Job - TheGodlyGod - 05.10.2018

Already thought about that but in my head, it looks easy, but on a blank page, not that much...


Re: Firefighter Job - Ciandlah - 06.10.2018

Are you vehicles dynamically entered within the server or are they defined within the script like RentalCar[0] = AddStaticVehicle?