24.04.2010, 15:59
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;
}

