28.11.2014, 19:41
Pressing TAB wont help. The server is public (just for testing) 85.9.214.46:7777 so you can try it out by ur salf.
Translated the Latvian parts.
Quote:
if(pickupid == HouseInfo[idx][hPickupExit]) { SetPVarInt(playerid, "PlayerHouse", idx); return ShowPlayerDialog(playerid, D_JOINHOUSE+1, 0,"House","Do you want to go outside??","yes","No"); } PHP Code: case D_JOINHOUSE+1: { if(response) { new house = GetPVarInt(playerid, "PlayerHouse"); SetPlayerPos(playerid,HouseInfo[house][hEntrx],HouseInfo[house][hEntry],HouseInfo[house][hEntrz]); AC_BS_SetPlayerInterior(playerid,0); AC_BS_SetPlayerVirtualWorld(playerid,0); return true; } } |