|
|
| Author(s): Widowmkr |
| Category: CS:S > EventScripts Mods |
Notes/Usage Instructions:
So, this displays adverts and does usefull commands at round start,map start,disconnect.
Random Adverts come up such as, Respect all Admins,
If a player disconnects it would say: Player WidowMkR ran away from the war!
if the map is changed to dust 2 the following commands would execute: mp_roundtime 2,
mp_freezetime 7
mp_c4timer 35
this mod requires Matties eventscripts |
Script Code:
// Usefull Adverts/Commands By WidowMkR
}
event round_start
}
es_msg The bomb timer is at server_var(mp_c4timer) seconds.
es_msg #green [Welcome to the best server ever. Our server IP is server_var(ip)
es_msg #green [Enjoy your stay at the best server ever. please visit again!]
es_msg #green Respect All Admins At All Costs!
}
event player_disconnect
}
es_centermsg event_var(es_username) ran away from the War!
es_delayed 1 es_centermsg event_var(es_username) ran away from the War!
es_delayed 2 es_centermsg event_var(es_username) ran away from the War!
es_delayed 3 es_centermsg event_var(es_username) ran away from the War!
es_delayed 4 es_centermsg event_var(es_username) ran away from the War!
}
event es_map_start
}
if (server_var(eventscripts_currentmap) equalto "de_dust2" then mp_c4timer 35
if (server_var(eventscripts_currentmap) equalto "de_dust2" mp_roundtime 2
if (server_var(eventscripts_currentmap) equalto "de_dust2" mp_freezetime 7
} |
| Added: 2 months ago |
 Add Feedback |
 The community's verdict. No assessments made... please vote!You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... No stamps recordedYou cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Like this script? Vote . for one or more monthly awards. You must login or register to access this!Want more? Find related scripts. |