SA-MP Forums Archive
Removing nitros after modding at transfender - 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: Removing nitros after modding at transfender (/showthread.php?tid=581462)



Removing nitros after modding at transfender - Stanford - 13.07.2015

Hello there!,

I have been trying lately to remove nitros that are modded from gta transfenders.

Under OnVehicleMod I have checked if the player is in interior between 1 and 3 if so I added this code:

pawn Код:
RemoveVehicleComponent(vehicleid, 1008); RemoveVehicleComponent(vehicleid, 1009); RemoveVehicleComponent(vehicleid, 1010);
But somehow it sounds like it doesn't work!? any ideas? thanks..


Re: Removing nitros after modding at transfender - Stanford - 13.07.2015

Fixed - few codes in another callback interrupted the actions that were ordered - silly me - however, by noticing this problem discovered other bugs and I think all of them were fixed thanks for everything anyway!