Advertisement
Guest User

Untitled

a guest
May 25th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. CMD:unlockserver(playerid, params[])
  2. {
  3. if(pInfo[playerid][Admin] >= 5)
  4. {
  5. SendRconCommand("password 0");
  6. }
  7. else
  8. {
  9. SendClientMessage(playerid, COLOR_PINK, "You do not have the permission to access this command.");
  10. }
  11. return 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement