Quote:
Originally Posted by Voxel
Lol you need to add Password to your enums so make it:
pawn Код:
enum PlayerInfo { Adminlevel, Vip, Score, Money, Spawn, Level, Kills, Deaths, Password }
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 !
|
Not necessarily. He can use
inputtext to get the password for registering and again inputtext plus loading the password directly to compare it when it's about login.