07.10.2012, 10:18
Hi guys, I'm making an admin system, I continue to follow tutorials but without success! I make everytime a new /makeadmin /setlevel or /setadmin command, I try it in the server and: SERVER: Unknown command ._.
Now, I made a login/register system, work perfectly with these enums:
enum pInfo
{
pPass,
pScore,
pCash,
pKills,
pDeaths,
pAdminlevel[MAX_PLAYERS],
}
enum ServerOptions
{
MaxAdminLevel
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Anyone with these enums can make for me "/setlevel" command?
Now, I made a login/register system, work perfectly with these enums:
enum pInfo
{
pPass,
pScore,
pCash,
pKills,
pDeaths,
pAdminlevel[MAX_PLAYERS],
}
enum ServerOptions
{
MaxAdminLevel
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Anyone with these enums can make for me "/setlevel" command?