17.01.2012, 20:23
You need to set the player virtual world to the same as the interior otherwise they are in different virtual worlds; i.e OnPlayerSpawn
VirtualWorld[playerid] = GetPlayerVirtualWorld(playerid);
Try that.
VirtualWorld[playerid] = GetPlayerVirtualWorld(playerid);
Try that.