Change this
#1

I have this :


pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid)
{
    if(StarsCar[0] <= vehicleid <= StarsCar[1])
        if(team[playerid] != 6)
            ClearAnimations(playerid),SendClientMessage(playerid,GREEN,"You're not S.T.A.R.S.");
    if(UCCars[0] <= vehicleid <= UCCars[1])
        if(team[playerid] != 7)
            ClearAnimations(playerid),SendClientMessage(playerid,GREEN,"You're not U.C.");
    return 1;
}
But I try to enter a vehicle as a passenger and it won't allow me. How do I change that ?
Reply


Messages In This Thread
Change this - by marinov - 15.11.2010, 22:59
Re: Change this - by 6d - 15.11.2010, 23:04
Re: Change this - by iggy1 - 15.11.2010, 23:04
Re: Change this - by marinov - 15.11.2010, 23:07
Re: Change this - by 6d - 15.11.2010, 23:08
Re: Change this - by marinov - 15.11.2010, 23:09
Re: Change this - by 6d - 15.11.2010, 23:10
Re: Change this - by iggy1 - 15.11.2010, 23:12
Re: Change this - by marinov - 15.11.2010, 23:14
Re: Change this - by marinov - 15.11.2010, 23:28

Forum Jump:


Users browsing this thread: 1 Guest(s)