Hi, I haven't been scripting in some months so I kinda forgot lots of stuff...
I was recently trying something new.
Basically I wanted to make every one in the server "retry" when a mapchanger occurs...
I couldn't find anything to work tho...
Best thing I've found so far was client_connect()
But for example...
Code:
public client_connect(id) {
client_cmd(id,"retry")
}
Will just make you retry for an infinite amount ... I just want my plugin to make people retry once then connect on the server.
What is the best way to do that? If it's even possible.