Hello guys, I have a problem, I don't know how to delay the plugin
Code:
client_print(0, print_chat, "say --- LIVE ON THREE RESTARTS");
server_cmd("sv_restart 1");
/*/ WAIT 2s /*/
server_cmd("sv_restart 1");
server_cmd("sv_restart 3");
client_print(0, print_chat, "[-----------------------LIVE-]");
client_print(0, print_chat, "[----------------------LIVE--]");
I would like to do it by that way, so as first its doing sv_restart 1, next sv_restart 1 and restart 3, but it's like all comands are being done after starting the plugin. Something like if round restarted, restart again, if round restarted, restart again, if round restarted restart again.