[Ajuda] Dini
#1

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
Reply
#2

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))); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)