[FilterScript] GTA V's tank feature in SAMP - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] GTA V's tank feature in SAMP (
/showthread.php?tid=514966)
GTA V's tank feature in SAMP -
S4t3K - 24.05.2014
Hi.
This is a quite small filterscript which allows the tank in SAMP to explode the vehicles it rides on.
All the player have to do is to enter a tank and drive on a regular car.
An array containing the vehicles model id of cars the tank can't blow up with this feature is included, all you have to do to add a "safe" vehicle is to add his vehicle model in the array, and to remove one, just remove the model id from the array.
When the tank rides on a regular veh, a trashcar is created.
The fs also uses the streamer of incognito to allow the usage in a single virtual world, useful for all servers.
Pastebin
Thanks to :
• Vince : GetDistanceBetweenPoints
• Incognito : Streamer
• Obviously, the SAMP Team.
Re: GTA V's tank feature in SAMP -
Mriss - 24.05.2014
Nice script
Re: GTA V's tank feature in SAMP -
Iillminetor1 - 24.05.2014
Looks amazing, thanks for this great release.
Re: GTA V's tank feature in SAMP - Patrick - 24.05.2014
Well you clearly don't know what
SleepThread does do you? read the latest replies and you'll see how unsafe the plugin is also
SleepThread is NOT a replacement for
Timers
Useful Information:
https://sampforum.blast.hk/showthread.php?tid=257660
Re : GTA V's tank feature in SAMP -
S4t3K - 24.05.2014
Well, going to remove the thread version.
Thanks for informations.