D:\Program Files\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\YakuzaVsTriads.pwn(345) : error 017: undefined symbol "TRIADEN"
D:\Program Files\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\YakuzaVsTriads.pwn(346) : error 017: undefined symbol "YAKUZA"
D:\Program Files\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\YakuzaVsTriads.pwn(368) : error 017: undefined symbol "gTeam"
D:\Program Files\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\YakuzaVsTriads.pwn(368) : error 029: invalid expression, assumed zero
D:\Program Files\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\YakuzaVsTriads.pwn(368) : error 017: undefined symbol "TEAM_YAKUZA"
D:\Program Files\Rockstar Games\Grand Theft Auto San Andreas\gamemodes\YakuzaVsTriads.pwn(368) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
Zeile 345 & 346:
TRIADEN = GangZoneCreate(2398.743, -1745.026, 2531.842, -1614.75);
YAKUZA = GangZoneCreate(1862.4658,-1126.2538, 2072.2546,-1261.1801);
Zeile 368:
case 1,2,3,4: gTeam[playerid] = TEAM_YAKUZA; // 1. bis 4. Skins
Oben im Script :
// Gangs
#define TEAM_TRIADEN 1
#define TEAM_YAKUZA 2
#define COLOR_YAKUZA 0xAFAFAFAA
#define COLOR_TRIADEN 0x000088AA
new TRIADEN;
new YAKUZA;
new gTeam[MAX_PLAYERS];
Ich versteh nicht wieso das dann nicht geht?!
Ich hab alles definiert, und Pawno spackt trotzdem rum.
Ich hoffe ihr könnt mir helfen!
Bin total am verzweifeln