/factions command
#6

Quote:
Originally Posted by Godey
Посмотреть сообщение
Код:
#include <zcmd>
#define DFactions 100001
Код:
CMD:factions(playerid, params[])
{
	new Factions[1280];
	strcat(Factions,"0 - Civil \n1- Police Department \n");
        strcat(Factions,"2 - F.B.I \n3- Medical Department \n");
        strcat(Factions,"4 - News Reporter \n5- Taxi Comapny\n");
        strcat(Factions,"6 - Hitman Agency\n7- Ballas Gang");
        strcat(Factions,"8 - Grove Street Family\n9 - Los Santos Vagos");
        strcat(Factions,"10 - Los Azectas Varios");
	ShowPlayerDialog(playerid,DFactions,DIALOG_STYLE_MSGBOX,"Factions List",Factions,"OK","");
	return 1;
}
Add color yourself.
THANKS A LOT DUDE !! WORKED !
Reply


Messages In This Thread
/factions command - by vrrp - 10.02.2016, 22:02
Re: /factions command - by Joron - 10.02.2016, 22:06
Re: /factions command - by Crystallize - 10.02.2016, 22:11
Re: /factions command - by vrrp - 11.02.2016, 11:20
Re: /factions command - by Godey - 11.02.2016, 11:32
Re: /factions command - by vrrp - 13.02.2016, 10:11

Forum Jump:


Users browsing this thread: 2 Guest(s)