Rcon Command
#7

Quote:
Originally Posted by DeathOnaStick
Well, i did it and it worked.
Код:
public OnRconCommand(cmd[])
{
	if(strcmp("systemupdate", cmdtext, true, 10) == 0)
	{
		if(IsPlayerAdmin(playerid))
		{
			TimeM = 1;
			TimeS = 0;
			Time = SetTimer("UpdateTime", 1000, true);
			TextDrawShowForAll(Systemupdate);
			TextDrawShowForAll(Taimer);
			Sys = true;
 			return 1;
		}
	}
	return 1;
}
that?
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)