C:\Users\Shum\Desktop\twbf3.pwn(500) : error 017: undefined symbol "GetINI" C:\Users\Shum\Desktop\twbf3.pwn(593) : error 012: invalid function call, not a valid address C:\Users\Shum\Desktop\twbf3.pwn(593) : error 029: invalid expression, assumed zero C:\Users\Shum\Desktop\twbf3.pwn(593) : error 012: invalid function call, not a valid address C:\Users\Shum\Desktop\twbf3.pwn(593) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
if((pClass(playerid) == 0 || (pClass(playerid) == 1))
|
Код:
C:\Users\Shum\Desktop\twbf3.pwn(500) : error 017: undefined symbol "GetINI" C:\Users\Shum\Desktop\twbf3.pwn(593) : error 012: invalid function call, not a valid address C:\Users\Shum\Desktop\twbf3.pwn(593) : error 029: invalid expression, assumed zero C:\Users\Shum\Desktop\twbf3.pwn(593) : error 012: invalid function call, not a valid address C:\Users\Shum\Desktop\twbf3.pwn(593) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. pawn Код:
|
|
C:\Users\Shum\Desktop\twbf3.pwn(500) : error 017: undefined symbol "GetINI"
nгo seria GetInt ? |
if(pClass[playerid] == 0 || pClass[playerid] == 1)
if(fexist(GetINI(playerid)))
stock GetINI(playerid)
{
new conta[64];
format(conta, 30, "PASTA_CONTAS", gPlayerName[playerid]);
return conta;
}
new pClass[MAX_PLAYERS];
#define PASTA_CONTAS "LOCAL"
stock GetINI(playerid)
{
new conta[64];
format(conta, 30, PASTA_CONTAS, gPlayerName[playerid]);
return conta;
}
|
Existe alguma new ou static com pClass? Se sim poste-a, se nгo coloque no topo do script
pawn Код:
|
|
pawn Код:
|