Advertisement
TUNAAABREEE

Untitled

May 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. CMD:komande(playerid, params[]) {
  2. new spoji1[500];
  3. new spoji2[500];
  4. new zajedno[1024];
  5.  
  6. format(spoji1,sizeof(spoji1),"Komande\nAdmin\nSupporter\nDonator\nPromoter\nLider\nPosao\nIlegalni Posao\nOrganizacija\nFirma\nKuca\nStan");
  7. format(spoji2,sizeof(spoji2),"\nGaraza\nVozilo\nTrafika\nTelefon\nKantica\nOglasne nalepnice");
  8. format(zajedno,sizeof(zajedno),"%s%s",spoji1,spoji2);
  9. ShowPlayerDialog(playerid,34,DIALOG_STYLE_LIST,"{07C1F5}Odaberite vrstu pomoci",zajedno,"Enter","Exit");
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement