Detect Error While Using Crashdetect Plugins
#3

Your Mean I Have To Replace This
Quote:

for (new i; i < MAX_PLAYERS; i++ && gTeam[i] == TEAM_CIV)

With
Quote:

for (new i; i < MAX_PLAYERS && gTeam[i] == TEAM_CIV; i++ )

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)