C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(964) : warning 225: unreachable code
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(1270) : error 028: invalid subscript (not an array or too many subscripts): "GetPlayerAdmin"
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(3834) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
forward GetPlayerAdmin(playerid); public GetPlayerAdmin(playerid) return GetPlayerAdmin[playerid];
forward GetPlayerAdmin1(playerid);
public GetPlayerAdmin1(playerid) return GetPlayerAdmin[playerid];
|
Tenta:
PHP код:
|
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(964) : warning 225: unreachable code
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(1271) : error 017: undefined symbol "GetPlayerAdmin"
C:\Users\HomeUser\Desktop\Projeto GM\filterscripts\ladmin.pwn(3835) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
new GetPlayerAdmin[MAX_PLAYERS];