Command /factions with YNI - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Command /factions with YNI (
/showthread.php?tid=615592)
Command /factions with YNI -
xAlecsu - 24.08.2016
I found this tutorial (
https://sampforum.blast.hk/showthread.php?tid=548348 ), but I want to do a command "/ factions". In it be like in the picture:
http://s17.postimg.org/73xo1z60v/sa_mp_010.png
In that image appears "Total members" I want to do but do not know how to do with YNI
Re: Command /factions with YNI -
BrianS123 - 24.08.2016
You can make a simple command, like :
Код:
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;
}
And insert your factions.
Re: Command /factions with YNI -
xAlecsu - 24.08.2016
dude , in every faction want to appear "Total members" of that faction
something like:
http://i.imgur.com/m3VwfQc.png
Re: Command /factions with YNI -
xAlecsu - 24.08.2016
can someone help me?
Re: Command /factions with YNI -
xAlecsu - 25.08.2016
hello?..