View Single Post
ZiO114
Junior Member
Join Date: Apr 2004
Old 05-07-2004 , 18:14  
Reply With Quote #2

umm, havn't tested it yet .. but i saw that it says this..

Quote:
public plugin_init() {

register_plugin("Awp Map Control","0.1.5","f117bomb")
register_cvar("amx_awpmap_noshoot","5.0")

new mapname[33]
get_mapname(mapname,32)
awpmap = equali(mapname,"awp_map_cz") ? true : false

if(awpmap) {
register_event("RoundTime", "Round_Time", "bc")
register_event("Damage", "damage_msg", "b", "2!0", "3=0", "4!0")
}
return PLUGIN_CONTINUE
}
Can some scripter make it so it works for both awp_map and awp_map_cz? ... thanks!
ZiO114 is offline