If someone uses the sinvan model the server crash. Now i tried this:
Code:
public plugin_init() {
register_plugin("NoSinvan", "1.0", "Sam Douglas")
register_concmd("model sinvan","sinvan",ADMIN_ALL)
}
public sinvan(id)
{
client_cmd(id,"say_team I am using the sinvan model please ban me !!")
client_cmd(id,"say_team I am using the sinvan model please ban me !!")
client_cmd(id,"say_team I am using the sinvan model please ban me !!")
client_cmd(id,"say_team I am using the sinvan model please ban me !!")
client_cmd(id,"say_team I am using the sinvan model please ban me !!")
return PLUGIN_HANDLED
}
Doesn't really work. How can i make it work? Anyone thanks in advance
__________________