21.08.2011, 13:01
This was Mafia vs noob game mode but i changed the names.
First Error Code:
Second:
Third
4th
5th
6th
Code:
C:\Users\james\Documents\WORLD WAR 3.pwn(53) : error 017: undefined symbol "TEAM_TERRORIST_COLOR" C:\Users\james\Documents\WORLD WAR 3.pwn(57) : error 017: undefined symbol "TEAM_ARMY_COLOR" C:\Users\james\Documents\WORLD WAR 3.pwn(174) : error 017: undefined symbol "TEAM_TERRORIST" C:\Users\james\Documents\WORLD WAR 3.pwn(185) : error 017: undefined symbol "TEAM_ARMY" C:\Users\james\Documents\WORLD WAR 3.pwn(202) : error 017: undefined symbol "TEAM_ARMY" C:\Users\james\Documents\WORLD WAR 3.pwn(208) : error 017: undefined symbol "TEAM_TERRORIST" C:\Users\james\Documents\WORLD WAR 3.pwn(240) : warning 215: expression has no effect C:\Users\james\Documents\WORLD WAR 3.pwn(102) : warning 204: symbol is assigned a value that is never used: "GameTimer" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.
Code:
SetPlayerColor(playerid,TEAM_TERRORIST_COLOR);
Code:
SetPlayerColor(playerid,TEAM_ARMY_COLOR);
Code:
if(gTeam[playerid] == TEAM_TERRORIST)
Code:
else if(gTeam[playerid] == TEAM_ARMY)
Code:
if(killerid == TEAM_ARMY)