Code:
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say rr","restart",0,"restart round");
}
public restart(id) {
server_cmd("sv_restartround 1;");
}
Hi, how to do so a user can use the command "rr say" but after 30 seconds as he joined to the server? Thx