[FilterScript] Clock System (Simple)
#3

not bad

but instead of showing the td everytime player spawns show it once on connect

PHP Code:
public OnPlayerConnect(playerid)
{
    
clock(playerid);
    return 
true;

also you dont need stock

PHP Code:
clock(playerid)
{
    
ShowProgressBarForPlayer(playeridr_seconds);
    
TextDrawShowForPlayer(playeridr_bottom);
    
TextDrawShowForPlayer(playeridr_hour);
    
TextDrawShowForPlayer(playeridr_edge);
    
TextDrawShowForPlayer(playeridr_edge2);
    
TextDrawShowForPlayer(playeridr_edge3);
    return 
true;

Reply


Messages In This Thread
Clock System (Simple) - by DonaldDuck - 08.11.2017, 15:31
Re: Clock System (Simple) - by Ponga - 08.11.2017, 15:35
Re: Clock System (Simple) - by Deadpoop - 08.11.2017, 16:21
Re: Clock System (Simple) - by Mivco - 08.11.2017, 18:59
Re: Clock System (Simple) - by cuber - 08.11.2017, 20:04
Re: Clock System (Simple) - by Xeon™ - 08.11.2017, 20:59
Re: Clock System (Simple) - by Tass007 - 02.12.2017, 23:35

Forum Jump:


Users browsing this thread: 1 Guest(s)