Command /factions with YNI
#1

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
Reply
#2

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.
Reply
#3

dude , in every faction want to appear "Total members" of that faction

something like:
http://i.imgur.com/m3VwfQc.png
Reply
#4

can someone help me?
Reply
#5

hello?..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)