Hi guys, I have a plugin that when it comes a new round, it should make some stuffs, but I isn't working, I want to fix
Code:
public eventRoundRestart()
{
for ( new id = 0; id <= gMaxPlayers; ++id)
{
Reset(id);
}
return PLUGIN_CONTINUE;
}
I was testing alone on the server, I don't know if it works just when there are 2 or more players, but I want to let 1 or more.
Thx