SA-MP Forums Archive
[Ajuda] Dini - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Dini (/showthread.php?tid=437086)



Dini - Mteck - 14.05.2013

Qual й o problema? o.O

pawn Код:
if(dini_Isset("score.ini",PlayerName(playerid))) SetPlayerScore(playerid,dini_Int("score.ini",PlayerName(playerid));
    if(dini_Isset("dinheiro.ini",PlayerName(playerid))) GivePlayerMoney(playerid,dini_Int("dinheiro.ini",PlayerName(playerid));
PHP код:
C:\Users\Richard\Desktop\ExtremeZombie\ExtremeZombie\gamemodes\Untitled.pwn(43) : error 012invalid function callnot a valid address
C
:\Users\Richard\Desktop\ExtremeZombie\ExtremeZombie\gamemodes\Untitled.pwn(43) : warning 215expression has no effect
C
:\Users\Richard\Desktop\ExtremeZombie\ExtremeZombie\gamemodes\Untitled.pwn(43) : error 001expected token";"but found ")"
C:\Users\Richard\Desktop\ExtremeZombie\ExtremeZombie\gamemodes\Untitled.pwn(43) : error 029invalid expressionassumed zero
C
:\Users\Richard\Desktop\ExtremeZombie\ExtremeZombie\gamemodes\Untitled.pwn(43) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

Primeira linha й a 43


Re: Dini - DiiMeNoR - 14.05.2013

PHP код:
if(dini_Isset("score.ini",PlayerName(playerid)))
SetPlayerScore(playerid,dini_Int("score.ini",PlayerName(playerid)));
if(
dini_Isset("dinheiro.ini",PlayerName(playerid)))
GivePlayerMoney(playerid,dini_Int("dinheiro.ini",PlayerName(playerid)));