26.09.2013, 14:25
Lol you need to add Password to your enums so make it:
Dont forget to add it to the other places as well, so everywhere u got this list of stats that go in your account file add Password under it.
hope i helped !
pawn Код:
enum PlayerInfo
{
Adminlevel,
Vip,
Score,
Money,
Spawn,
Level,
Kills,
Deaths,
Password
}
hope i helped !