24.08.2010, 17:33
(
Last edited by CyNiC; 24/08/2010 at 05:55 PM.
)
Description:
A filterscript for use of scripters beginners (or not) who want to make the vehicles explode after a time through a command entered by a player.
I think what is nice for RPG and DM servers simultaneosly.
Credits:
Allan Jader or Cynic - Flбvio Toribio (include progress)
Note:
You can change how much you want the filterscript, leaving the credit to creator.
Configurations:
Download:
• 4Shared
• Pastebin
Screenshot of explosion progress modes:
Mode GameText
Mode Progress Bar
A filterscript for use of scripters beginners (or not) who want to make the vehicles explode after a time through a command entered by a player.
I think what is nice for RPG and DM servers simultaneosly.
Credits:
Allan Jader or Cynic - Flбvio Toribio (include progress)
Note:
You can change how much you want the filterscript, leaving the credit to creator.
Configurations:
pawn Code:
comment this line if you want who only cars can be exploded
#define AllVehiclesCanBeExploded
defined in 0 with GameText and no progress bar, defined in 1 - with progress bar and no GameText
#define ProgressBar 1
You can shift the max numbers of bomb cars simultaneously
#define MAX_BOMB_CARS 20
• 4Shared
• Pastebin
Screenshot of explosion progress modes:
Mode GameText
Mode Progress Bar