SA-MP Forums Archive
[HELP] GANG - 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: [HELP] GANG (/showthread.php?tid=184464)



[HELP] GANG - Tom1412 - 19.10.2010

Heey

Im trying to make a gang infact im using a already made Gang Faction.
Here's what i did i changed the Pickup to the other place where i want my gang

Код:
//Madd dog crip enter
  		SetPlayerPos(playerid, 1254.3436,-789.3809,1084.0078); // This is what i changed to outside the door
		GameTextForPlayer(playerid, "~w~Russian Mafia HQ",5000,1);
		SetPlayerInterior(playerid,5);
		PlayerInfo[playerid][pInt] = 5;
	}
	else if (PlayerToPointStripped(1, playerid,1252.5208,-789.2282,1084.0078, cx,cy,cz))
	{
		//Madd dog crip exit
		SetPlayerPos(playerid, 1298.6263,-801.5491,84.1406); // This is what i changed where they are when they go out.
		GameTextForPlayer(playerid, "~w~Los Santos",5000,1);
		SetPlayerInterior(playerid,0);
		PlayerInfo[playerid][pInt] = 0;
	}
	else if (PlayerToPointStripped(1, playerid,1518.5179,-1452.9224,14.2031, cx,cy,cz))
	{
The problem here is you still can't enter the damn thing, gang members spawn in the house and exit outside it
but when they try to go back into it it wont work.

Back to the other door there you can enter the house but it will spawn you back to the exit.
i searched i wrote to the GM Creator but nothing.

Hope someone can help me out.
thanks