SA-MP Forums Archive
How i can make Faction ? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How i can make Faction ? (/showthread.php?tid=110401)



How i can make Faction ? - theuniq - 26.11.2009

Please, help me someone. Give linke or something, i need lesson how to create faction. I have freeroam server and i want to make Drifters gang. So how i can make it ? Please help.


Re: How i can make Faction ? - Correlli - 26.11.2009

http://forum.sa-mp.com/index.php?topic=2750.0


Re: How i can make Faction ? - theuniq - 26.11.2009

Thanks for link, but there i didn't find how to create faction Who can help me ?


Re: How i can make Faction ? - dirkblok - 26.11.2009

Quote:
Originally Posted by theuniq
Please, help me someone. Give linke or something, i need lesson how to create faction. I have freeroam server and i want to make Drifters gang. So how i can make it ? Please help.
try to search man there are tutorials here
http://forum.sa-mp.com/index.php?topic=132845.0



Re: How i can make Faction ? - theuniq - 26.11.2009

Ok i have this code
Код:
new PlayerInfo[MAX_PLAYERS][pInfo];
	new member = PlayerInfo[playerid][pMember];
  	if(member==3)

	if (strcmp(cmdtext, "/open", true)==0)
{
MoveObject(vartai, -2015.8087,455.3912,35.1719, 2);
SendClientMessage(playerid, COLOR_RED, "Vartai atidaryti, nepamirskite uzdaryti !");
return 1;
}
So, it's open the gate when i am member 3. But how i can make myself member 3 ? It's not roleplay mod, it's freeroam mod. I will make teams, whose have our gates. So ? Who can help me