Posts: 3
Threads: 2
Joined: May 2013
Reputation:
0
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?
Posts: 288
Threads: 42
Joined: Jun 2009
Reputation:
0
Remove every timer and function that has anything to do with it. Post your code if you want any of us to do it.
Posts: 328
Threads: 16
Joined: Jan 2012
Reputation:
0
Find in the code the parts that belongs to the gas system and remove them?..
Posts: 107
Threads: 29
Joined: Sep 2011
Reputation:
0
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.
Posts: 2
Threads: 0
Joined: May 2013
Reputation:
0
Just remove everything you don't think belongs, that is how I manage a script, works everytime
Posts: 445
Threads: 36
Joined: Apr 2013
Reputation:
0
yes remove anything that has to do with the fuel system what i usually do is search "fuel" for example and delete the code.