[REP+]/setlevel cmd for all people?? wtfff
#3

Replace:

pawn Код:
if(PlayerInfo[playerid][Level] >= 7 || !IsPlayerAdmin(playerid)) {
With:

pawn Код:
if(PlayerInfo[playerid][Level] >= 7 || IsPlayerAdmin(playerid)) {
You are basically saying if the player's level is higher than 7 OR the player is NOT logged in as rcon (basically all players) then allow them to to perform the command.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)