02.03.2012, 16:57
Quote:
|
Allright i just checked all that work's just fine.
Can you give me example's of Commands to make with the functions listed below! native Profile_SetVip(playerid, bars, status[]) native Profile_SetAdminLevel(playerid, bars, status[]) native Profile_SetRegisterDate(playerid, date[]) native Profile_SetInfo(playerid, text[]) Else i can do all that. I mean status?? How should i write that? Pretty confusing. Please help bro! |
For exaple you have a command: /setlevel [ID] [Level]
All you have to do is add this line to that command:
pawn Code:
Profile_SetAdmin(targetid, level, "Server Moderator");
//"status" means the position name of the admin level.



Good. And are you gonna edit it for MySQL too ?