11.02.2017, 16:03
Hey guys, I'm going through a problem that I have no idea how to fix. I've already researched it but found nothing.
The problem is when I try to get to an interior, I just end up in the air with nothing around me. I find it very annoying, I've tried everything possible but can't seem to work it out.
Here's the code:
I got the interior id and coords from: http://weedarr.wikidot.com/interior .
I want the code to take me to Madd Dogg's Mansion.
Thanks a lot,
Look forward to hearing from you.
The problem is when I try to get to an interior, I just end up in the air with nothing around me. I find it very annoying, I've tried everything possible but can't seem to work it out.
Here's the code:
Код:
SetPlayerVirtualWorld(playerid, 0); SetPlayerInterior(playerid, 2); SetPlayerPos(playerid, 1267.663208,-781.323242,1091.906250);
I want the code to take me to Madd Dogg's Mansion.
Thanks a lot,
Look forward to hearing from you.