Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. CMD:factions(playerid)
  2. {
  3. new str[800];
  4. strcat(str,"0 - Civil {0066FF}\n1- Police Department {0033FF}\n2- Federal Bureau of Investigations {0033CC}\n3- National Guard {CC0099}\n4- The Ballas Family {3399FF}\n5- The Rifa {FF6600}\n6- Los Vagos {99FF99}\n7- Gouverment {CC6633}\n8- Tow Car Company {CC99CC}\n9- News Reporters {00CC33}\n10- The Grove Street {663333}\n11- Hitman Agency {33CC66}\n12- School Instructors {CCCC33}\n13- Taxi Cab Company {CC6633}\n14- Paramedic Departament {0080FF}\n Aplicatii pe forum");
  5. ShowPlayerDialog(playerid,8348,DIALOG_STYLE_MSGBOX,"Factions List",str,"OK","");
  6. return 1;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement