[Ajuda] erro na copilaзгo
#1

olб estou com um erro na copilaзгo alguйm poderia me ajudar?

PHP код:
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(964) : warning 225unreachable code
C
:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(1270) : error 028invalid subscript (not an array or too many subscripts): "GetPlayerAdmin"
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(3834) : warning 215expression has no effect
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Error

Codigo do erro:
PHP код:
forward GetPlayerAdmin(playerid); public GetPlayerAdmin(playerid) return GetPlayerAdmin[playerid]; 
Reply
#2

Tenta:

PHP код:
forward GetPlayerAdmin1(playerid); 
public 
GetPlayerAdmin1(playerid) return GetPlayerAdmin[playerid]; 
Reply
#3

Quote:
Originally Posted by CZ
Посмотреть сообщение
Tenta:

PHP код:
forward GetPlayerAdmin1(playerid); 
public 
GetPlayerAdmin1(playerid) return GetPlayerAdmin[playerid]; 
deu esse erro:
PHP код:
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(964) : warning 225unreachable code
C
:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(1271) : error 017undefined symbol "GetPlayerAdmin"
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(3835) : warning 215expression has no effect
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Error

Reply
#4

Topo do GM:

PHP код:
new GetPlayerAdmin[MAX_PLAYERS]; 
Reply
#5

funcionou vlw mano!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)