It IS posible?
#4

Make the cmd in main gamemode:
Код:
YCMD:turnoffantivpn(playerid, params[])
{
    if(!IsPlayerAdmin) return SendClientMessage(playerid, -1, "You are not Admin silly boy");
    SendRconCommand("loadfs %YourFSName%");
    return 1;
}
YCMD:turnonantivpn(playerid, params[])
{
    if(!IsPlayerAdmin) return SendClientMessage(playerid, -1, "You are not Admin silly boy");
    SendRconCommand("unloadfs %YourFSName%");
    return 1;
}
Reply


Messages In This Thread
It IS posible? - by nbx2000 - 13.03.2019, 04:36
Re: It IS posible? - by L0K3D - 13.03.2019, 05:12
Re: It IS posible? - by nbx2000 - 13.03.2019, 05:39
Re: It IS posible? - by TokicMajstor - 13.03.2019, 13:34
Re: It IS posible? - by SymonClash - 13.03.2019, 13:58

Forum Jump:


Users browsing this thread: 1 Guest(s)