15.05.2013, 17:45
Hello, it's about a command where i need to check for an admin level.
In the main GM this is used in the command:
// Check if the player's admin-level is at least 1
if (APlayerData[playerid][PlayerLevel] >= 1)
But i need to check for the admin level also in other filterscripts.
Someone knows about to make this work in other filterscripts too?
Maybe it's in a stock or something.
I would be glad about any help.
Thank You
In the main GM this is used in the command:
// Check if the player's admin-level is at least 1
if (APlayerData[playerid][PlayerLevel] >= 1)
But i need to check for the admin level also in other filterscripts.
Someone knows about to make this work in other filterscripts too?
Maybe it's in a stock or something.
I would be glad about any help.
Thank You

