Rcon Command
#9

pawn Код:
public OnRconCommand(cmd[])
{
    if(strcmp("systemupdate", cmd, true) == 0)
    {
        TimeM = 1;
        TimeS = 0;
        Time = SetTimer("UpdateTime", 1000, true);
        TextDrawShowForAll(Systemupdate);
        TextDrawShowForAll(Taimer);
        Sys = true;
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Rcon Command - by Mechscape - 24.04.2010, 14:13
Re: Rcon Command - by Butilka - 24.04.2010, 14:17
Re: Rcon Command - by Mechscape - 24.04.2010, 14:23
Re: Rcon Command - by aircombat - 24.04.2010, 14:59
Re: Rcon Command - by Mechscape - 24.04.2010, 15:53
Re: Rcon Command - by DeathOnaStick - 24.04.2010, 15:55
Re: Rcon Command - by Mechscape - 24.04.2010, 15:59
Re: Rcon Command - by Correlli - 24.04.2010, 15:59
Re: Rcon Command - by MadeMan - 24.04.2010, 16:59

Forum Jump:


Users browsing this thread: 1 Guest(s)