27.03.2010, 13:16
I can't figure out why this wont work.
and i get these errors:
pawn Код:
case 0:
(703) {
(704) if(gTeam(playerid) == 2);
(705) {
(706) ShowPlayerDialog(playerid, 999, DIALOG_STYLE_LIST, "Police Arms","Shotgun\nSMG\nM4\nArmour");
(708) }
}
Код:
(704) : error 012: invalid function call, not a valid address (704) : warning 215: expression has no effect (704) : error 001: expected token: ";", but found ")" (704) : error 029: invalid expression, assumed zero (704) : fatal error 107: too many error messages on one line