This plugin set a random time for c4 explode by map/round.
[Messages]
Code: //by Map
(Server print) [AMXX] Random C4 Time [Map]: %i second%s
//by Round
(Client print) [AMXX] Random C4 Time [Round]: %i second%s[Cvars]
Code: // 1 by round, 0 by map (Default: 1)
random_c4time <1 or 0>
// Min time for random c4 time (Default: 0)
random_c4time_mintime <value>
// Max time for random c4 time (Default: 35)
random_c4time_maxtime <value>[Instaling]
- Put the file random_c4time.amxx in: amxmodx/plugins/
- Open the file amxmodx/configs/plugins.ini and write random_c4time.amxx
[Credits]
Dark Style(me) - Idea and creation.
[Changelog]
Code: 0.0.1b - First release playable.
0.0.2 - Removed fm_random_time,
Added difference between second and seconds.
0.0.3 - Added a new event metod,
Added a search of bomb target on map.
0.0.4 - Remove search of bomb target,
Changed some functions.
Attached Files

Wyświetl pełny artykuł