Death-Gm

Untitled

Apr 6th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. case Dialog_Admin: {
  2. if(strcmp(inputtext, Adms, true) == 1) {
  3. SendClientMessage(playerid, amarelo, "Setado como Admin com sucesso !");
  4. AdminInfo[playerid][Nivel] = 4;
  5. AdminInfo[playerid][EXP] = 0;
  6. AdminInfo[playerid][on] = true;
  7. } else {
  8. ShowPlayerDialog(playerid, Dialog_Admin, DIALOG_STYLE_PASSWORD, "Painel Admin", "Digite Sua Senha De Admin\
  9. \n {FF0000}Senha errada{FF0000}", "Login", "");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment