03.11.2011, 15:40
Hello, i want to doing the binary system in my gamemode and when i have code like this:
And now i want doing the...
But this are not working! How i can do it other way?
pawn Код:
if(PlayerInfo[playerid][pBizPerm] & PERM_LEADER)
{
// let's doit
return 1;
}
pawn Код:
if(!PlayerInfo[playerid][pBizPerm] & PERM_LEADER)
{
// let's dont do it
return 1;
}