14.10.2015, 12:19
hello, i got a command
CMD:houseedit(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] >= 1338 && PlayerInfo[playerid][pHouseModerator] >= 1)
if im admin 1338 or higher i can use it, but if im a HouseModerator it says you are not allowed to use this command how is that ? if i change the && to || got the same problem
ps there is just 1 housemoderator level can i change the >= to == 1 ?
CMD:houseedit(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] >= 1338 && PlayerInfo[playerid][pHouseModerator] >= 1)
if im admin 1338 or higher i can use it, but if im a HouseModerator it says you are not allowed to use this command how is that ? if i change the && to || got the same problem
ps there is just 1 housemoderator level can i change the >= to == 1 ?