[Ajuda] Erros !
#2

Tenta assim:

PHP код:
public SyncClock()
{
    for(new 
i!= MAX_PLAYERSi++)
    {
        if(!
IsPlayerConnected(i)) continue;
        new 
stringao[128];//linha 75761
        
gettime(ClockTime[tHour], ClockTime[tMinute], ClockTime[tSecond]);
        
getdate(ClockTime[dYear], ClockTime[dMonth], ClockTime[dDay]);
        
format(stringaosizeof(stringao), "%s~n~%02d:%02d:%02d - %02d/%02d/%d ",SITE_URLClockTime[tHour], ClockTime[tMinute], ClockTime[tSecond], ClockTime[dDay], ClockTime[dMonth], ClockTime[dYear], OnlineGetMaxPlayers());
        
TextDrawSetString(ServerLogo2stringao);
    }

Reply


Messages In This Thread
Erros ! - by BaianoIn - 16.03.2014, 08:26
Re: Erros ! - by bruxo00 - 16.03.2014, 10:38

Forum Jump:


Users browsing this thread: 1 Guest(s)