SA-MP Forums Archive
Need help removing /engine - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help removing /engine (/showthread.php?tid=139281)



Need help removing /engine - ctb77 - 04.04.2010

I want to remove the /engine thing because it is soo aggravating but i dont want to mess anything up. I'm using the LARP GM script so i dont know if that helps any..


Re: Need help removing /engine - Beaver07 - 04.04.2010

just search through the script for all of the ids that change when you enter a vehicle/player states change

i assume that it's freezing the player after OnPlayerStateChange so just remove all the code that does and says all the messages for that then you can just delete the cmds afterwards


Re: Need help removing /engine - aircombat - 04.04.2010

open ur script and press : Ctrl+F and type "engine" then enter and delete the function from ur script.