Set Gamemode password for certain time
#2

Should be enough:
pawn Код:
forward RemovePass();
public RemovePass()
{
    SendRconCommand("password 0");
}

public OnGameModeInit()
{
    SendRconCommand("password soashrti3Q599hfyYThg5");
    SetTimer("RemovePass", 1000 * 50, false);
}
Reply


Messages In This Thread
Set Gamemode password for certain time - by Banditukas - 27.10.2014, 11:58
Re: Set Gamemode password for certain time - by Vasco - 27.10.2014, 12:41

Forum Jump:


Users browsing this thread: 1 Guest(s)