Missing Game Clock/Days
#6

You don't see the manual game clock that is usually displayed in the upper right hand corner of the screen? If so, then you need to use the TogglePlayerClock function to enable it when the player spawns. The following code should do you wonders:
pawn Код:
public OnPlayerSpawn( playerid )
{
   TogglePlayerClock( playerid, 1 );
   return 1;
}
For an explanation of the function, look here: https://sampwiki.blast.hk/wiki/TogglePlayerClock
Reply


Messages In This Thread
Missing Game Clock/Days - by David5290 - 26.01.2011, 01:51
Re: Missing Game Clock/Days - by David5290 - 26.01.2011, 02:07
Re: Missing Game Clock/Days - by 1337connor - 26.01.2011, 03:24
Re: Missing Game Clock/Days - by Kitten - 26.01.2011, 04:24
Re: Missing Game Clock/Days - by David5290 - 26.01.2011, 04:30
Re: Missing Game Clock/Days - by Grim_ - 26.01.2011, 06:33

Forum Jump:


Users browsing this thread: 5 Guest(s)