Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. if(equal(cmd,"/gwlist") && IsPlayerMAdmin(playerid))
  2. {
  3. if(playerinfo[playerid][admin] < 5 && playerid != ConsoleID) return SendClientMessage(playerid,red," .עליך להיות לפחות ברמת אדמין 5");
  4. new string[M_S_D];
  5. string = "\n\t\t--- :/GiveWeapon רשימת הנשקים לפקודה ---\n";
  6. for(new i = 0; i <= 46; i++)
  7. {
  8. if(i >= 19 && i <= 21) continue;
  9. format(string,sizeof(string),"%s\n * %02d - %s",string,i,WeaponName(i));
  10. }
  11. ShowPlayerDialog(playerid,dialog_ni,DIALOG_STYLE_MSGBOX,"/GiveWeapon רשימת הנשקים לפקודה",string,"OK","");
  12. return 1;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement