Change this
#10

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(StarsCar[0] <= vehicleid <= StarsCar[1] && ispassenger==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;
}
I still can't enter as a passenger =/
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: 2 Guest(s)