Casino Interior Problem - 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: Casino Interior Problem (
/showthread.php?tid=519684)
Casino Interior Problem -
xdarren - 15.06.2014
Hi, so I have the unknown problem. I've set the entrance and interior here:
Код:
{16,"Casino_4Dragons",2,2020.90,1014.60,10.82,2008.5631,1017.0900,994.4688,10,0}
It goes like: ID, Name,Type, Cords, Cords,interior,vw
Now ingame when I enter the casino I get this. I can run around and everything but I don't see the casino.
http://i.imgur.com/edw8mkB.png
Re: Casino Interior Problem -
Pillhead2007 - 18.06.2014
why don't use a checkpoint use a variable assign it to onplayerentercheckpoint/pickup then use SetPlayerPos(playerid, 2016.2699, 1017.7790, 996.8750, 3.0);
SetPlayerInterior(playerid, 10);
and it should work without a problem