07.09.2012, 02:03
Код:
if (PlayerInfo[playerid][pAdmin] >= 5) { // My code }
Can someone explain how to define the admin-level from ravens in a filter-script, I'm stuck.
if (PlayerInfo[playerid][pAdmin] >= 5) { // My code }
enum pInfo
{
pAdmin,
}
new PlayerInfo[MAX_PLAYERS][pInfo];