I want to remove fuel system - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: I want to remove fuel system (
/showthread.php?tid=436802)
I want to remove fuel system -
BlaineD - 12.05.2013
On my script there is a fuel/gas system for cars, and i want to remove it. How could i remove the whole gas system?
Re: I want to remove fuel system -
BigGroter - 12.05.2013
Remove every timer and function that has anything to do with it. Post your code if you want any of us to do it.
Re : I want to remove fuel system -
Rayan_black - 12.05.2013
Find in the code the parts that belongs to the gas system and remove them?..
Re: I want to remove fuel system -
gameon30 - 12.05.2013
http://lmgtfy.com/?q=how+to+remove+fuel
Re: I want to remove fuel system -
Johnny_Robins - 13.05.2013
Alright dont listen to gameon30, he is just posting things to get posts.
Well you basically need to search for anything that is related to the fuel system as it was said by previous posters.
But since you are inexperienced with the pawn language I would recommend that you have someone else do it but someone trusted. It would be great if you hired a developer while you are learning.
Re: I want to remove fuel system -
gameon30 - 13.05.2013
Just remove everything you don't think belongs, that is how I manage a script, works everytime
Re: I want to remove fuel system -
[L]azy[H]aze - 13.05.2013
yes remove anything that has to do with the fuel system what i usually do is search "fuel" for example and delete the code.