[Ajuda] Warning
#1

Tenho um problema ao compilar, 2 Warnings gostaria de arruma-los.

cуdigo abaixo

PHP код:
forward ProcessGameTime();
public 
ProcessGameTime()
{
    new 
string[128];
    
gettime(i_ServerHoursi_ServerMinutes);
    
getdate(i_ServerYearsi_ServerMonthsi_ServerDays);
    
format(stringsizeof string"%02d:%02d"i_ServerHoursi_ServerMinutes);
    
TextDrawSetString(Timestring); ----- linha 78
    format
(stringsizeof string"%02d/%02d/%04d"i_ServerDaysi_ServerMonthsi_ServerYears);
    
TextDrawSetString(Datestring); ----- linha 80
    SetWorldTime
(i_ServerHours);
    for(new 
0MAX_PLAYERSi++)SetPlayerTime(ii_ServerHoursi_ServerMinutes);

PHP код:
new.pwn(78) : warning 213tag mismatch
new.pwn(80) : warning 213tag mismatch 
Reply


Messages In This Thread
Warning - by Ts3 - 06.07.2014, 22:02
Re: Warning - by MultiKill - 06.07.2014, 22:26
Re: Warning - by Ts3 - 06.07.2014, 22:40

Forum Jump:


Users browsing this thread: 1 Guest(s)