Advertisement
Axll

debug

Jan 14th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.41 KB | None | 0 0
  1.     if(!strcmp(Commands[a][E_COMMANDS_TYPE], "CMD_ONLY_ADM")) {
  2.         if(player[playerid][admin] < Commands[a][E_COMMANDS_LEVEL])
  3.             SendClientMessage(playerid, -1, "Voce não é admin (DEBUG ERRO 01)");
  4.             return 0;
  5.  
  6.         if(player[playerid][admin] < 9 && player[playerid][a_status] != 1 && strcmp(str, "/status") != 0 )
  7.             SendClientMessage(playerid, -1, "Voce não é admin use /status(DEBUG ERRO 02)");
  8.             return 0;
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement