13.04.2009, 11:37
Hi. I have this code in my GM:
but when I try to compile, I get a warning "number of arguments does not match definiton. I do not know why, because I have right number of arguments in this code, I believe. I have this things In code, too:
Can somebody help me? Thanks.
Код:
SetPlayerRaceCheckpoint(playerid, 3, FlyingSchoolCP[Hrac[playerid][FlySchoolCP]][0], FlyingSchoolCP[Hrac[playerid][FlySchoolCP]][1], FlyingSchoolCP[Hrac[playerid][FlySchoolCP]][2], FlyingSchoolCP[Hrac[playerid][FlySchoolCP]+1][0], FlyingSchoolCP[Hrac[playerid][FlySchoolCP]+1][1], FlyingSchoolCP[Hrac[playerid][FlySchoolCP]+1][2]);
Код:
new Float:FlyingSchoolCP[32][3] = { ... };
Код:
enum INFO_NAME { ... FlySchoolCP, ... }