19.10.2010, 23:55
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
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
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)) {
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