10.09.2010, 07:03
I get this errors if i compile my gamemode with #include <tAxI_houses>
Look here the lines:
Please help me !
Thx :P
Код:
C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(157) : error 021: symbol already defined: "name" C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(312) : error 035: argument type mismatch (argument 2) C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(312) : error 039: constant symbol has no size C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(314) : warning 213: tag mismatch C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(323) : error 035: argument type mismatch (argument 2) C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(323) : error 039: constant symbol has no size C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(324) : warning 213: tag mismatch C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(345) : error 035: argument type mismatch (argument 2) C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(345) : error 039: constant symbol has no size C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(346) : warning 213: tag mismatch C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(354) : warning 213: tag mismatch C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(1472) : error 035: argument type mismatch (argument 2) C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(1472) : error 039: constant symbol has no size C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(1477) : warning 213: tag mismatch C:\Documents and Settings\Bebe\Desktop\srv-u1-mp-a-r8-win\srv-u1-mp-a-r8-win\gamemodes\simple.pwn(1520) : warning 203: symbol is never used: "LoadHouseFile" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Errors.
pawn Код:
157<-- new name[MAX_PLAYER_NAME];
312<-- GetPlayerName(playerid, name, sizeof(name));
314<-- format(file,sizeof(file),"%s.ini",name);
323<-- GetPlayerName(playerid, name, sizeof(name));
324<-- printf("%s has registered a account!", name);
345<-- GetPlayerName(playerid, name, sizeof(name));
346<-- GetPlayerName(playerid, name, sizeof(name));
354<-- printf("%s has failed to login", name);
1472<-- GetPlayerName(targetid, name, sizeof(name));
1477<-- format(coordsstring, sizeof(coordsstring),"*** %s *** Stats ***",name);
Please help me !
Thx :P

