SA-MP Forums Archive
Suggestions / Bug Fixes - 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: Suggestions / Bug Fixes (/showthread.php?tid=559607)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


Re: Suggestions / Bug Fixes - papedo - 29.04.2015

pawn Код:
native ActivateNOS(vehicleid, bool: toggle);
native IsNOSActivated(vehicleid, bool:activated);

public OnVehicleActivateNOS(vehicleid);
This would be cool last update for 0.3.7


Re: Suggestions / Bug Fixes - J4Rr3x - 29.04.2015

Quote:
Originally Posted by papedo
Посмотреть сообщение
pawn Код:
native ActivateNOS(vehicleid, bool: toggle);
native IsNOSActivated(vehicleid, bool:activated);

public OnVehicleActivateNOS(vehicleid);
This would be cool last update for 0.3.7
You can do this with pawn functions.