24.05.2014, 09:19
(
Последний раз редактировалось S4t3K; 24.05.2014 в 12:48.
)
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.
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.