auto gamd
#1

I want to script my server like

A game will be 3min after 3min server will restart and will select random map
Reply
#2

PHP код:
forward Restart();
public 
Restart()
{
     
SendRconCommand("gmx");
     return 
1;

Код:
SetTimer("Restart",180000,0);
Add this in your script and edit it as you want
Reply
#3

It's as simple af
PHP код:
public OnGameModeInit() {
     
SetTimer("Restart"180000true);
     
//Do some random map choosing code here
}

forward Restart(); 
public 
Restart() 

     
SendRconCommand("gmx"); 
     return 
1

Reply
#4

What map code show me some example
Reply
#5

Plz,...?
Reply
#6

We can't do it without knowing your script
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)