Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1. CMD:dm1(playerid, params[])
  2. {
  3.     dm1++;
  4. }
  5.  
  6. CMD:dm(playerid, params[])
  7. {  
  8.     ShowPlayerDialog(playerid, 1521, DIALOG_STYLE_LIST, "DeathMatches", "Death Match 1\nDeath Match 2\nDeath Match 3\nDeath Match 4\nDeath Match 5\nDeath Match 6\nMinigun DM\nDeath Match 8\nSniper DM", "Select", "Cancel");
  9.     return 1;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement