C:\Users\Gandhi\Desktop\CnRBдst\gamemodes\SFCRRPG.pwn(3164) : error 012: invalid function call, not a valid address
C:\Users\Gandhi\Desktop\CnRBдst\gamemodes\SFCRRPG.pwn(3164) : warning 215: expression has no effect
C:\Users\Gandhi\Desktop\CnRBдst\gamemodes\SFCRRPG.pwn(3164) : error 001: expected token: ";", but found "]"
C:\Users\Gandhi\Desktop\CnRBдst\gamemodes\SFCRRPG.pwn(3164) : error 029: invalid expression, assumed zero
C:\Users\Gandhi\Desktop\CnRBдst\gamemodes\SFCRRPG.pwn(3164) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
GivePlayerMoney(killerid,50000);
return 1;
}
}
if(gTeam[killerid] == TEAM_COP || gTeam[killerid] == TEAM_ARMY || gTeam[killerid] == TEAM_ncis || gTeam(killerid] == TEAM_SWAT)
{
if(TeamKillWarning[killerid] < 2)
{
SendClientMessage(killerid,COLOR_RED,"DO NOT TEAMKILL IN THIS SERVER. IT IS NOT ALLOWED.");
SendClientMessage(killerid,COLOR_RED,"You cannot teamkill. Please read /rules and /pc for a list of rules and player colours in this server.");
if(gTeam[killerid] == TEAM_COP || gTeam[killerid] == TEAM_ARMY || gTeam[killerid] == TEAM_ncis || gTeam(killerid] == TEAM_SWAT)
GivePlayerMoney(killerid,50000); return 1; } } if(gTeam[killerid] == TEAM_COP && TEAM_ARMY && TEAM_ncis && TEAM_SWAT) { if(TeamKillWarning[killerid] < 2) { SendClientMessage(killerid,COLOR_RED,"DO NOT TEAMKILL IN THIS SERVER. IT IS NOT ALLOWED."); SendClientMessage(killerid,COLOR_RED,"You cannot teamkill. Please read /rules and /pc for a list of rules and player colours in this server.");
if(gTeam[killerid] == TEAM_COP || gTeam[killerid] == TEAM_ARMY || gTeam[killerid] == TEAM_ncis || gTeam(killerid] == TEAM_SWAT
The "(" shall be "[". ______________ Rep+ Me if i helped! |
Code:
GivePlayerMoney(killerid,50000); return 1; } } if(gTeam[killerid] == TEAM_COP && TEAM_ARMY && TEAM_ncis && TEAM_SWAT) { if(TeamKillWarning[killerid] < 2) { SendClientMessage(killerid,COLOR_RED,"DO NOT TEAMKILL IN THIS SERVER. IT IS NOT ALLOWED."); SendClientMessage(killerid,COLOR_RED,"You cannot teamkill. Please read /rules and /pc for a list of rules and player colours in this server."); |