Search
Username:
Password:

Register or Reset Password

SUBMISSIONS
Counter Strike
   New Maps
   New Tutorials
   New Skins
   New GUI's
   New Sounds
   New Threads
Other
   Media
   Gamers
   Clans
   Studios
Usefull Adverts/Commands
Added by...
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
Feedback (4)
.
Y2M
Posted 2 months ago
Posted by axelbaxel

I think you should replace some } with {.

You closed some blocks when you should open them.


ill check on it =] im still a noob @ this xD
.
I'm colorfulY2M
Posted 2 months ago
I think you should replace some } with {.

You closed the blocks when you should open them.
.
Y2M
Posted 2 months ago
Posted by KaT_FisH

This does not work.
event es_map_start
}
if (server_var(eventscripts_currentmap) equalto "de_dust 2" then mp_c4timer 35
if (server_var(eventscripts_currentmap) equalto "de_dust 2" mp_roundtime 2
if (server_var(eventscripts_currentmap) equalto "de_dust 2" mp_freezetime 7
}


Should be
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
}

should be fixed.
ps add me on this msn
widowmkr@hotmail.co.uk
.
<3 KokoroY2M
Posted 2 months ago
This does not work.
event es_map_start
}
if (server_var(eventscripts_currentmap) equalto "de_dust 2" then mp_c4timer 35
if (server_var(eventscripts_currentmap) equalto "de_dust 2" mp_roundtime 2
if (server_var(eventscripts_currentmap) equalto "de_dust 2" mp_freezetime 7
}


Should be
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
}
Add Feedback
Provide constructive feedback. What is "constructive"?
You must login or register to access this!
Assessment
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.
Stamps
This script in a nutshell...
No stamps recorded
You cannot stamp yet!
Stamps let you apply characteristics to submissions to help others understand them.

To stamp this submission register or login.
Added by...
Ranked 680th ( 235) with 2,664 points. 20 points behind Teflon23 .

[+] Donate
Vote for Submitter
Like this script? Vote . for one or more monthly awards.
You must login or register to access this!
Related Scripts