10.01.2014, 00:03
Hello guys ..
How to make custom interior ?
then we can enter it ?
Help me for get +REP1 ..
Thanks !
How to make custom interior ?
then we can enter it ?
Help me for get +REP1 ..
Thanks !
). You have to make an /enter command or anything so when they type the command or key or whatever, you will make an if-statement asking if the are close to the outside door. If so, you will teleport them with SetPlayerPos, SetPlayerVirtualWorld and SetPlayerInterior. Same thing once they are inside. 

native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
SetPlayerInterior(playerid, interiorid); // the same interior id with the map you created
SetPlayerVirtualWorld(playerid, worldid); // the same world id with the map