22.12.2013, 21:00
If all you want is the clock to show it's:
pawn Код:
public OnPlayerConnect(playerid)
{
TogglePlayerClock(playerid, 1);// 1 for show, 0 for disabled.
return 1;
}