How to make police cars unenterable
#1

I am trying to make my police cars un enterable i have this code

PHP Code:
public OnVehicleStreamIn(vehicleidforplayerid)
{
    if (
cop >=1) {
    
SetVehicleParamsForPlayer(596,forplayerid,0,1);
    }
    else
    {
    
SetVehicleParamsForPlayer(596,forplayerid,0,0);
    }
    return 
1;

Reply


Messages In This Thread
How to make police cars unenterable - by jueix - 25.04.2012, 09:16
Re: How to make police cars unenterable - by MP2 - 25.04.2012, 09:23
Re: How to make police cars unenterable - by jueix - 25.04.2012, 09:31
Re: How to make police cars unenterable - by RollTi - 25.04.2012, 09:34
Re: How to make police cars unenterable - by xX_Simon_Xx - 25.04.2012, 09:39
Re: How to make police cars unenterable - by jueix - 25.04.2012, 09:41
Re: How to make police cars unenterable - by RollTi - 25.04.2012, 09:44
Re: How to make police cars unenterable - by jueix - 25.04.2012, 09:44
Re: How to make police cars unenterable - by MP2 - 25.04.2012, 09:47
Re: How to make police cars unenterable - by jueix - 25.04.2012, 09:48

Forum Jump:


Users browsing this thread: 1 Guest(s)