Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.15 KB | None | 0 0
  1. publics: is_cmd_allow(playerid, CMD_id)
  2. {
  3.     if (PlayerInfo[playerid][pAdmin]<1) return false;
  4.     return (AdminInfo[playerid][aiCMDaccess][CMD_id]==1);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement