22.09.2011, 23:47
i would do this:
set a global variable like
before you /gmx (i hope you got a command for that, not the rcon gmx), then set the
and add that into the check for getting the positions:
set a global variable like
Код:
new ServerRunning=1;
Код:
ServerRunning=0;
Код:
if(ServerRuning==1) { GetPlayerPos(blabla); }