SA-MP Forums Archive
Move Factions - 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: Move Factions (/showthread.php?tid=143094)



Move Factions - ShoBBy_RlZ - 21.04.2010

How can move faction of LS in Sf because i have 6 factions and i want to move 3 in SF and 3 stay in LS


Re: Move Factions - shady91 - 21.04.2010

Quote:
Originally Posted by ShoBBy_RlZ
How can move faction of LS in Sf because i have 6 factions and i want to move 3 in SF and 3 stay in LS
Do it your self then, no doubt your using a GF edit if so ask in the topic you downloaded it, as were no psychic's so we don't know what code your using.


Re: Move Factions - ShoBBy_RlZ - 21.04.2010

i can post here GM you cand help me ? to make this moves?


Re: Move Factions - shady91 - 21.04.2010

Quote:
Originally Posted by ShoBBy_RlZ
i can post here GM you cand help me ? to make this moves?
No not me, I hate the look of any GF edit, maybe someone else will though.


Re: Move Factions - ShoBBy_RlZ - 21.04.2010

offf..... can help me someone please !


Re: Move Factions - Kayaque - 21.04.2010

Its not hard at all.
Just use PAWNO and search for the faction name. Then you edit whatever x,y,z's they are using for that faction. Then you re-park all the faction cars and take a new /save IG for the HQ and make a int.

The only way you'll learn is to try it. And now you know what to do, so enjoy your scripting time!


Re: Move Factions - ShoBBy_RlZ - 21.04.2010

mhm... ok.. i try !


Re: Move Factions - ShoBBy_RlZ - 21.04.2010

Код:
	if (PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)//LaCosaNostra spawn
		{
		  SetPlayerToTeamColor(playerid);
		  SetPlayerInterior(playerid, 1);
		  SetPlayerPos(playerid, 1124.2415,-2037.1274,69.8847);
		  PlayerInfo[playerid][pInt] = 0;
		  return 1;
This is my position LCN in LS , what change?


Re: Move Factions - ShoBBy_RlZ - 21.04.2010

how view the coordonats?


Re: Move Factions - ShoBBy_RlZ - 21.04.2010

HELP !