02.06.2015, 22:14
(
Last edited by Lуs; 03/06/2015 at 12:27 AM.
)
Alguem pode me ajudar com esse erro?
C:\Users\Carlos\Desktop\Server\gamemodes\GM.pwn(16 73) : error 001: expected token: ";", but found "new"
C:\Users\Carlos\Desktop\Server\gamemodes\GM.pwn(16 74) : warning 219: local variable "Nome" shadows a variable at a preceding level
C:\Users\Carlos\Desktop\Server\gamemodes\GM.pwn(16 87) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Linha:
new string[50+MAX_PLAYER_NAME];
new Nome[40][MAX_PLAYERS];
new Nomi[40][MAX_PLAYERS];
C:\Users\Carlos\Desktop\Server\gamemodes\GM.pwn(16 73) : error 001: expected token: ";", but found "new"
C:\Users\Carlos\Desktop\Server\gamemodes\GM.pwn(16 74) : warning 219: local variable "Nome" shadows a variable at a preceding level
C:\Users\Carlos\Desktop\Server\gamemodes\GM.pwn(16 87) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Linha:
new string[50+MAX_PLAYER_NAME];
new Nome[40][MAX_PLAYERS];
new Nomi[40][MAX_PLAYERS];