Define Admin in filter-script
#1

Код:
if (PlayerInfo[playerid][pAdmin] >= 5) { // My code }
I have included pAdmin in the enum pInfo, and MAX_PLAYERS Define, but still not working?

Can someone explain how to define the admin-level from ravens in a filter-script, I'm stuck.
Reply
#2

Using PVars i guess?
Reply
#3

Something like:

pawn Код:
enum pInfo
{
    pAdmin,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
P.S. Raven's Role-Play will fail for sure... Give up before you waste your money with hosting.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)