Constant server hostname change?
#2

Use a timer and SendRconCommand


EDIT: example :P

pawn Код:
forward HostNameChange();

public OnGameModeInit()
{
    SetTimer( "HostNameChange", true, 10*1000 ); //timer will execute every 10th second
    return true;
}

public HostNameChange()
{  
    //here do the hostname change
}
Reply


Messages In This Thread
Constant server hostname change? - by DeltaAirlines12 - 19.12.2009, 17:25
Re: Constant server hostname change? - by LarzI - 19.12.2009, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)