14.01.2011, 21:24
Actually. THAT Tutorial HAS Levels. Commands should look like this:
(Example with level 5)
(Example with level 5)
Код:
if (PInfo[playerid][Level] >= 5)
{
// What admin command does here
}
else
{
// what happens if the player doesn't have the right admin level
}

