Some kind of bug with a pickup.
#3

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.
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;
}
}

Translated the Latvian parts.
Reply


Messages In This Thread
Some kind of bug with a pickup. - by GuitarMan - 28.11.2014, 19:27
Re: Some kind of bug with a pickup. - by Arastair - 28.11.2014, 19:34
Re: Some kind of bug with a pickup. - by GuitarMan - 28.11.2014, 19:41
Re: Some kind of bug with a pickup. - by GuitarMan - 28.11.2014, 22:40

Forum Jump:


Users browsing this thread: 4 Guest(s)