24.02.2013, 11:41
So I found the function to toggle the player clock on or off:
Is there a way make this affect all players by one command?
To type /playerclockon and the clock would be enabled for all.
/playerclockoff and it would be disabled.
Код:
public OnPlayerConnect(playerid)
{
TogglePlayerClock(playerid, 1); // Show the clock
return 1;
}
To type /playerclockon and the clock would be enabled for all.
/playerclockoff and it would be disabled.

