30.06.2018, 18:03
Update!
It's a Administration script and not a VIP, and as ur asking for more information then:
What i have already done:
Registering system (SQLite based);
The enumeration:
Commands ive done are:
only for level 1
and 1 command for the rcon admin
This system has only 5 admin levels, and i made 1 out of 5 then the rest is 4 levels to go!
if anyone is interested make sure to send me a private message through the forum, and the script will be fully yours!
Thanks again
It's a Administration script and not a VIP, and as ur asking for more information then:
What i have already done:
Registering system (SQLite based);
The enumeration:
PHP код:
/* Enums */
enum USER_DATA
{
USER_ID,
USER_NAME[MAX_PLAYER_NAME],
USER_PASSWORD[129],
USER_ADMIN,
USER_MONEY,
USER_SCORE,
USER_WARNING
};
only for level 1
PHP код:
/clearchat, /goto, /aod, /setskin, /get, /ans, /spec, /asay, /spawn, /announce, /a(admins chat)
PHP код:
/set
if anyone is interested make sure to send me a private message through the forum, and the script will be fully yours!
Thanks again