Why is this not working
#9

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new model = GetVehicleModel(vehicleid);
    if(model == 403 || model == 591)
    {
        if(ispassenger)
        {
            ClearAnimations(playerid);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Why is this not working - by Euan Hughes - 06.07.2012, 17:56
Re: Why is this not working - by Roko_foko - 06.07.2012, 18:04
Re: Why is this not working - by Euan Hughes - 06.07.2012, 18:07
Re: Why is this not working - by .FuneraL. - 06.07.2012, 18:07
Re: Why is this not working - by Roko_foko - 06.07.2012, 18:11
Re: Why is this not working - by Euan Hughes - 06.07.2012, 18:11
Re: Why is this not working - by Vince - 06.07.2012, 18:15
Re: Why is this not working - by Euan Hughes - 06.07.2012, 18:24
Re: Why is this not working - by Jason` - 06.07.2012, 19:26

Forum Jump:


Users browsing this thread: 3 Guest(s)