[Ajuda] Timer parando de funcionar
#7

O script esta a crashar, use o crashdetect e ira ver isso:

PHP код:
forward Relogio();
public 
Relogio()
{
    new 
string[50], yearmonthdayhourminutesecond;
    
getdate(yearmonthday);
    
gettime(hourminutesecond);
    
    
format(stringsizeof string"%02d/%02d/%04d"daymonthyear);
    
TextDrawSetString(Textdraw10string);
    
    
format(stringsizeof string"%02d:%02d:%02d"hourminutesecond);
    
TextDrawSetString(Textdraw9string);
    
    
format(stringsizeof string"~g~Players On:~w~ %d/%d"GetPlayersConnected(), GetMaxPlayers());
    
TextDrawSetString(Textdraw8string);
    return 
1;

nunca pode usar "" nas textdraw.
Reply


Messages In This Thread
Timer parando de funcionar - by Thider - 03.03.2015, 00:33
Re: Timer parando de funcionar - by ZeZin - 03.03.2015, 01:01
Re: Timer parando de funcionar - by Thider - 03.03.2015, 01:25
Re: Timer parando de funcionar - by ipsLuan - 03.03.2015, 01:36
Re: Timer parando de funcionar - by Thider - 03.03.2015, 14:57
Re: Timer parando de funcionar - by FStralioti - 03.03.2015, 15:07
Re: Timer parando de funcionar - by PT - 03.03.2015, 15:21
Re: Timer parando de funcionar - by Thider - 03.03.2015, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)