thanks for advice, it was very helpfull.. now i fixed 4 scripts
erm.. i tryed what u said
PHP Code:
public plugin_init(){
register_event("TextMsg", "event_game_restart", "a", "2=#Game_will_restart_in")
}
public event_game_restart()
{
client_print(0, print_center, "L i v e !");
}
and this one too
PHP Code:
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_message(get_user_msgid("TextMsg"), "eTextMsg")
}
public eTextMsg(msg_id, msg_dest, msg_entity)
{
static szMessage[64]
get_msg_arg_string(2, szMessage, 63)
if(equali(szMessage, "2=#Game_will_restart_in"))
set_msg_arg_string(2, "L i v e !")
}
but no one works if i use "amx_cvar sv_restart 1"