looking for a good impound lot/cmd fs - 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: looking for a good impound lot/cmd fs (
/showthread.php?tid=312849)
looking for a good impound lot/cmd fs -
stlane - 23.01.2012
links please or a impound system fs with a /cmd list
Re: looking for a good impound lot/cmd fs -
Abreezy - 23.01.2012
You can't just request things like this, this section is for help, not for us to create a whole thing for you. It's not that difficult just add another thing to your enum for vehicles like "Impounded" Then when you do your /impound do something like:
pawn Код:
veh = GetPlayerVehicleID(playerid);
VehicleInfo[veh][Impounded] = 1;
Then under your /engine, add a if to check if Impounded == 1