Quote:
Originally Posted by ******
pawn Код:
if (admin[playerid] == 4 || omod[playerid] == id) { // Do your code. Now you can see if those conditions are correct much more easilly. } else return SendClientMessage(playerid, red, "You cannot use this command.");
|
this worked thanks a lot *****. but can you give me an explanation why my code didnt work? (coz its just the return and negative (!=) i have)