BUG? Vehicles not spawning correctly after getting out of an interior
#2

I've got this problem a long time ago, my friend say'd it's because CJ's house interior is above Groove Street, not sure if it's a efficient fix but here it goes:

pawn Код:
#define WORLD_VIRTUAL_INTERIORS    9731 // Random number

public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
    if(newinteriorid != 0)
        SetPlayerVirtualWorld(playerid, WORLD_VIRTUAL_INTERIORS);
    else if(oldinteriorid != 0) SetPlayerVirtualWorld(playerid, 0);
    return 1;
}
Reply


Messages In This Thread
BUG? Vehicles not spawning correctly after getting out of an interior - by [MWR]Blood - 28.08.2012, 18:15
Respuesta: BUG? Vehicles not spawning correctly after getting out of an interior - by EduGTA - 29.08.2012, 22:39
Re: BUG? Vehicles not spawning correctly after getting out of an interior - by [MWR]Blood - 31.08.2012, 06:18
Re: BUG? Vehicles not spawning correctly after getting out of an interior - by Jochemd - 31.08.2012, 06:25

Forum Jump:


Users browsing this thread: 1 Guest(s)