a few questions
#1

I have a few scripting questions and it wuld be good if someone could answer in same format as i ask...so, ye,, thanks!


1)how do i set a GM to a 10 minute timer, and at the end of the 10 minute timer it end's the GM and goes to the next GM on the list (According to the Server.cfg)

2)How do i make a team balancer with 2 teams?


er, ye thats pretty much it for now, so thanks if you can help!
Reply
#2

1:

pawn Код:
//top
forward GMX();

//OnGameModeInit
SetTimer("GMX", 600000,1); //change the 1 to 0 if you dont want it to repeat

//anywhere
public GMX()
{
    GameModeExit();
}
Reply
#3

wont it repeat anyway after it restarts the gamemode?
Reply
#4

Quote:
Originally Posted by Mowgli
wont it repeat anyway after it restarts the gamemode?
Not sure, test
Reply
#5

Alrighty roo


THanks for that..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)