Gamemode Password
#5

Create a filterscript with this code:
PHP Code:
#include <a_samp>
public OnFilterScriptInit()
{
    
SetTimer("UnlockServer"1000false);
    return 
1;
}
forward UnlockServer();
public 
UnlockServer()
{
    
SendRconCommand("password 0");
    return 
1;

Add it to server.cfg then run the server.
Reply


Messages In This Thread
Gamemode Password - by PentakillAAD - 01.11.2016, 12:44
Re: Gamemode Password - by PentakillAAD - 01.11.2016, 13:01
Re: Gamemode Password - by skaTim - 01.11.2016, 13:11
Re: Gamemode Password - by PentakillAAD - 02.11.2016, 07:55
Re: Gamemode Password - by SickAttack - 02.11.2016, 08:01
Re: Gamemode Password - by PentakillAAD - 02.11.2016, 08:44
Re: Gamemode Password - by PentakillAAD - 02.11.2016, 08:47

Forum Jump:


Users browsing this thread: 1 Guest(s)