05.12.2014, 15:14
Queria ajuda de alguem...ta dando esses erros mais nгo lembro oque pode ser... se alguem souber!!
ERROS:
LINHAS:
[PAWN]
new Text:Grana[MAX_PLAYERS];
Grana[playerid] = TextDrawCreate(437.999969, 82.548072, "+$1000,00");
/[PAWN]
ERROS:
pawn Код:
error 021: symbol already defined: "Grana"
error 028: invalid subscript (not an array or too many subscripts): "Grana"
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
[PAWN]
new Text:Grana[MAX_PLAYERS];
Grana[playerid] = TextDrawCreate(437.999969, 82.548072, "+$1000,00");
/[PAWN]