odd car pos
#3

Old SA:MP bug and confirmed. Happens sometimes when you exit from CJ's closet from the house. You could try this code:

pawn Code:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
    if((newinteriorid == 5 || newinteriorid == 2 || newinteriorid == 12) && GetPlayerVirtualWorld(playerid) == 0) SetPlayerVirtualWorld(playerid, 1);
    if((oldinteriorid == 5 || oldinteriorid == 2 || oldinteriorid == 12) && newinteriorid == 0 && GetPlayerVirtualWorld(playerid) == 1) SetPlayerVirtualWorld(playerid, 0);
    return 1;
}
Reply


Messages In This Thread
odd car pos - by a_big - 17.10.2011, 03:37
Re: odd car pos - by a_big - 17.10.2011, 03:59
Re: odd car pos - by Emmet_ - 17.10.2011, 04:04
Re: odd car pos - by kurta999 - 17.10.2011, 11:52
Re: odd car pos - by a_big - 17.10.2011, 21:38

Forum Jump:


Users browsing this thread: 1 Guest(s)