#1

can anyone show me a link to enums that work with admin script? one that is easy to modify ?
i only need it to save password,name,adminlevel?

i would be happy if anyone could help me
Reply
#2

pawn Код:
enum pdata
{
    password,
    name,
    adminlevel
};

new playerdata[MAX_PLAYERS][pdata];
Reply
#3

Also, could you show me a register/login DIALOG code, where i can add those in dini?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)