24.08.2016, 15:06
You can make a simple command, like :
And insert your factions.
Код:
CMD:factions(playerid, params[]) { SendClientMessage(playerid, COLOR_BLUE, " Los Santos Police Department (1) "); SendClientMessage(playerid, COLOR_PINK, " Fire Department Of San Andreas (2) "); return 1; }