How to make RP Factions
#4

Umm, I won't make this long but the most common thing that you use is a variable stating what faction the player is in. PlayerInfo[playerid][Faction] == 1 means that the player is in faction 1 that for example can be the police. Then as you said you wan't faction members to spawn with a certain skin. Just do something like this under OnPlayerSpawn

Код:

if(PlayerInfo[playerid][Faction] == 1)
{ 
    SetPlayerSkin(playerid, the skin you want);
}
Just mess around with that variable and you'll get pretty far actually.
Reply


Messages In This Thread
How to make RP Factions - by okobojiman1 - 08.07.2010, 02:11
Re: How to make RP Factions - by mprofitt - 08.07.2010, 02:13
Re: How to make RP Factions - by okobojiman1 - 08.07.2010, 02:16
Re: How to make RP Factions - by Mystique - 08.07.2010, 07:55
Re: How to make RP Factions - by Hiddos - 08.07.2010, 08:46
Re: How to make RP Factions - by okobojiman1 - 13.07.2010, 17:05
Re: How to make RP Factions - by Thebest96 - 16.07.2010, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)