SA-MP Forums Archive
[Ajuda] Erro no contador - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Erro no contador (/showthread.php?tid=549229)



Erro no contador - best95 - 05.12.2014

Queria ajuda de alguem...ta dando esses erros mais nгo lembro oque pode ser... se alguem souber!!


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
LINHAS:
[PAWN]
new Text:Grana[MAX_PLAYERS];
Grana[playerid] = TextDrawCreate(437.999969, 82.548072, "+$1000,00");
/[PAWN]


Re: ERRO,contador - Hug0 - 05.12.2014

new Text:Grana2[MAX_PLAYERS];
Grana2[playerid] = TextDrawCreate(437.999969, 82.548072, "+$1000,00");


Re: ERRO,contador - WendeLKILL - 05.12.2014

Vocк definiu Grana 2 vezes apague uma delas