Can't enter LSCH - 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)
+--- Thread: Can't enter LSCH (
/showthread.php?tid=351895)
-
Cowling - 17.06.2012
Maybe fixed
Hello!
I got a new problem after I have changed the entrance code because I have edited the LSCH map..
The code was like this:
Код:
CreateDynamicPickup(1314, 1, 1481.0206,-1771.1138,18.7958,0); //City Hall
Create3DTextLabel("[City Hall] \n Press \"ENTER VEHICLE\" to enter the Place.",0xFFFF00AA, 1481.0206,-1771.1138,18.7958, 20,0,1);
And I edited it to this..
Код:
CreateDynamicPickup(1314, 1, 1481.0206,-1771.1138,14.7958,0); //City Hall
Create3DTextLabel("[City Hall] \n Press \"ENTER VEHICLE\" to enter the Place.",0xFFFF00AA, 1481.0206,-1771.1138,14.7958, 20,0,1);
Why should that make problems. I use Raven's roleplay, and trying to edit it hard. I added the new city hall with park etc.
Do I need to edit something on this?
Код:
//City hall
PlayerInfo[playerid][pInteriorNr] = 2;
SafeSetPlayerPos(playerid, 386.2978,173.8582,1008.3828);
SafeSetPlayerInterior(playerid,3);
SetPlayerFacingAngle(playerid, 0);
}
FIXED!