SA-MP Forums Archive
y_uvar still dont save score/money - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: y_uvar still dont save score/money (/showthread.php?tid=345295)



y_uvar still dont save score/money - Karl[NDZ] - 24.05.2012

Hey again, I got recommended by ****** to use this for score/money saving:
pawn Код:
enum pInfo
{
    pPass,
    pCash,
    pAdmin,
    pKills,
    pDeaths,
    pScore
}
uvar gPlayerData[MAX_PLAYERS][pInfo];
And it is still not saving my money/score, please help!


Re: y_uvar still dont save score/money - milanosie - 24.05.2012

Quote:
Originally Posted by Karl[NDZ]
Посмотреть сообщение
Hey again, I got recommended by ****** to use this for score/money saving:
pawn Код:
enum pInfo
{
    pPass,
    pCash,
    pAdmin,
    pKills,
    pDeaths,
    pScore
}
uvar gPlayerData[MAX_PLAYERS][pInfo];
And it is still not saving my money/score, please help!
Those are variables,

Store them in files aswell...


Re: y_uvar still dont save score/money - Karl[NDZ] - 25.05.2012

Quote:
Originally Posted by milanosie
Посмотреть сообщение
Those are variables,

Store them in files aswell...
What do you mean? Check my last thread: https://sampforum.blast.hk/showthread.php?tid=341650