AVS Problem
#2

Under OnVehicleStreamIn public, you should do something like this;
pawn Код:
public OnVehicleStreamIn( vehicleid, forplayerid )
{
    if( !Variable[ vehicleid ][ enum ] ) // This is when car is unlocked, change it to your variable and lock enum.
        // Unlock the car for forplayerid.
    else if( Variable[ vehicleid ][ enum ] ) // This is when car is locked, change it to your variable and lock enum.
        // Lock the car for forplayerid.
       
    return 1;
}
Reply


Messages In This Thread
AVS Problem - by ChristofferHoffmann - 21.02.2012, 13:57
Re: AVS Problem - by Toreno - 21.02.2012, 14:16
Re : AVS Problem - by ChristofferHoffmann - 21.02.2012, 14:46
Re: AVS Problem - by Toreno - 21.02.2012, 14:55
Re : AVS Problem - by ChristofferHoffmann - 21.02.2012, 14:56
Re: Re : AVS Problem - by Toreno - 21.02.2012, 14:57

Forum Jump:


Users browsing this thread: 1 Guest(s)