(146550) : warning 202: number of arguments does not match definition
#1

Warning log.
PHP код:
C:\Documents and Settings\Admin\Desktop\VnMgo.1.6\gamemodes\vnit.pwn(146549) : warning 202number of arguments does not match definition 
PHP код:
        case 4:
        {
            new 
string[64];
            
format(string,64,"%s\nChienThang!",GetRacerName(RaceWinner));
            
Update3DTextLabelText(CowNames[RaceWinner],COLOR_WINNER,string);
            
Update3DTextLabelText(RaceStart,COLOR_WINNER,string);
            
OnRaceEnd();//line 146550
            
RaceStep=5;
            
SetTimer("OnRaceUpdate",5000,0);
        } 
help me.
Reply
#2

Show us the start of your OnRaceEnd code. As you said in the title, the warning is coming from 'OnRaceEnd' so we need to see if there are any additional arguments required for it.
Reply
#3

I did it, thanks.

Sory my bad english.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)