[FilterScript] Simple Real Time Clock SA:MP
#6

Quote:
Originally Posted by SpikY_
Посмотреть сообщение
Awesome work mate. +rep
Better remove that egaming textdraw
Just make callback OnPlayerSpawn like this

Код:
public OnPlayerSpawn(playerid)
{
        TextDrawShowForPlayer(playerid, ServerDate);
        TextDrawShowForPlayer(playerid, ServerTime);
       
        return 1;
}
As I can see you are showing the textdraws on player spawn, but the timer is OnFilterScriptInit that means that the textdraws will get updated on player's connect, also you get server's time and not each GMT's time
Reply


Messages In This Thread
Simple Real Time Clock SA:MP - by Mariciuc223 - 28.07.2015, 07:50
Re: Simple Real Time Clock SA:MP - by SpikY_ - 28.07.2015, 19:09
Re: Simple Real Time Clock SA:MP - by BladeFire - 28.07.2015, 19:11
Re: Simple Real Time Clock SA:MP - by kensun - 28.07.2015, 19:28
Re: Simple Real Time Clock SA:MP - by iTakelot - 28.07.2015, 19:41
Re: Simple Real Time Clock SA:MP - by SecretBoss - 29.07.2015, 10:04
Re: Simple Real Time Clock SA:MP - by jamesmith12 - 30.07.2015, 01:17
Re: Simple Real Time Clock SA:MP - by saffierr - 22.08.2015, 15:52

Forum Jump:


Users browsing this thread: 4 Guest(s)