27.02.2012, 22:40
Galera to tendando salvar meus exp mais ta dando esses erros
Linha dos erros
OnPlayerConnect
OnPlayerDisconnect
Ajuda Por favor
Код:
C:\Documents and Settings\thaw\Desktop\0.3d\gamemodes\GW.pwn(153) : error 001: expected token: ";", but found ")" C:\Documents and Settings\thaw\Desktop\0.3d\gamemodes\GW.pwn(153) : error 029: invalid expression, assumed zero C:\Documents and Settings\thaw\Desktop\0.3d\gamemodes\GW.pwn(153) : warning 215: expression has no effect C:\Documents and Settings\thaw\Desktop\0.3d\gamemodes\GW.pwn(166) : error 012: invalid function call, not a valid address C:\Documents and Settings\thaw\Desktop\0.3d\gamemodes\GW.pwn(166) : warning 215: expression has no effect C:\Documents and Settings\thaw\Desktop\0.3d\gamemodes\GW.pwn(166) : error 001: expected token: ";", but found ")" C:\Documents and Settings\thaw\Desktop\0.3d\gamemodes\GW.pwn(166) : error 029: invalid expression, assumed zero C:\Documents and Settings\thaw\Desktop\0.3d\gamemodes\GW.pwn(166) : fatal error 107: too many error messages on one line
OnPlayerConnect
Код:
if(dini_Isset("exp.ini",PlayerName(playerid))) Exp[playerid] = (playerid),dini_Int("exp.ini",PlayerName(playerid)));
Код:
dini_IntSet("exp.ini",PlayerName(playerid),Exp(playerid));