Factions problem
#1

1. Hello Guys.
2. First thing i need to add a faction as LSPD or SASD in my script.
3. Do you have a link for that? or Show me with "PWN" here please or give me the FilterScript Link to download it
4. Thanks .
Reply
#2

The cop system from this script is a good way to start off with LE Faction(s).
Reply
#3

Brandon this is a Roleplay script not a faction FS and i cann't get out the faction FS from this script...
Reply
#4

Make your own faction with variables. It is not that complicated.
Reply
#5

Quote:
Originally Posted by ******
Посмотреть сообщение
Use y_groups - even easier:

pawn Код:
new
    Group:groupLSPD,
    Group:groupSASD;

public OnGameModeInit()
{
    groupLSPD = Group_Create("LSPD");
    groupSASD = Group_Create("SASD");
}
Add/remove players using "Group_SetPlayer(group, player, set);". "set" as "true" to add, "false" to remove. The advantage of this is that y_groups is already fully integrated with y_commands and y_classes, so making faction commands and faction skins is trivial.
Wow, I didn't know yo had a function like this. One more thing that's getting me closer to moving to YCMDS.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)