01.02.2012, 15:17
(
Last edited by vassilis; 02/02/2012 at 11:29 AM.
)
Tittle says it all...well i have make an /setadmin command
here is the enumeration i use
now its ok when i use setadmin command it will put this admin level normally.I have made and the database normally but how i can make it so it will automatically put the admin level i had set when player connects?
here is the enumeration i use
pawn Code:
enum iDetails {
Pass,
Cash,
Score,
Banned,
AdminLVL
};