Setimer then rcon command gmx??
#1

ok heres my problem i have my timer

SetTimer("OVER", 600000, 0);

and i want when that timer end i want it to change gamemode how i get confsued help
Reply
#2

I don't know how to get confused..
Reply
#3

Use:

pawn Код:
GameModeExit();
Reply
#4

Wouldnt SendRconCommand("gmx"); be fine in the timer?
Reply
#5

pawn Код:
//OntopOfScript
forward OVER;
//OnFilterScriptInit
SetTimer("OVER", 600000, 0);

//Somewhere in Script
public OVER
{
GameModeExit();
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)