26.06.2012, 18:59
Hello again there! I was working on /enter /exit and all went fine, I compiled and runned and all was good, but testing IG I found a very wierd thing - after /enter I teleported to that interior, but I couldnt see anything, only blue sky. I could hear music or sounds which usually happen in that building, I could walk around, but I couldn't see anything. I even set the interior and virtual world in script but still nothing changed. This is the little part of script:
Any ideas what went wrong?
Код:
if (IsPlayerInRangeOfPoint(playerid, 3.0, 1037.9946,-1339.8110,13.7266)) //Donuts Shop SetPlayerPos(playerid, 377.1972, -192.5130,1002.5086); SetPlayerInterior(playerid, 17); SetPlayerVirtualWorld(playerid, 0);