12.10.2011, 12:05
Hello,
I have created a Register system. It works fine! But I want to start using it for examlpe, using AdminLevel or pScore and make them save. But I mainly need to know how to work with them,
This is what I have
How can I use pKills, pDeaths, pMoney, pAdmin and pScore and make them save? Like
if PlayerInfo[playerid][pKills]; I think it's similar to that. Could you tell me? Thank you.
I have created a Register system. It works fine! But I want to start using it for examlpe, using AdminLevel or pScore and make them save. But I mainly need to know how to work with them,
This is what I have
pawn Код:
enum pInfo
{
pKills,
pDeaths,
pMoney,
pAdmin,
pScore
}
if PlayerInfo[playerid][pKills]; I think it's similar to that. Could you tell me? Thank you.