automatic gamemode change problem
#2

pawn Код:
// on top or above the function
forward GMswitch();

// ongamemodeinit
SetTimer("GMswitch",30000,true); // gamemode switch test GMSWITCH

// down on the script
public GMswitch()
{
    SendRCONCommand("changemode modename");
    return 1;
}
Reply


Messages In This Thread
automatic gamemode change problem - by jesse237 - 23.05.2009, 19:25
Re: automatic gamemode change problem - by Lewwy - 23.05.2009, 19:36
Re: automatic gamemode change problem - by jesse237 - 23.05.2009, 19:43

Forum Jump:


Users browsing this thread: 1 Guest(s)