Just Courious
#2

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid)
{
    if(StarsCar[0] <= vehicleid <= StarsCar[1])
        if(team[playerid] != 6)
            SendClientMessage(playerid,GREEN,"You're not S.T.A.R.S.");
    if(UCCars[0] <= vehicleid <= UCCars[1])
        if(team[playerid] != 7)
            SendClientMessage(playerid,GREEN,"You're not U.C.");
    return 1;
}
Reply


Messages In This Thread
Just Courious - by marinov - 15.11.2010, 00:40
Re: Just Courious - by The_Moddler - 15.11.2010, 00:45
Re: Just Courious - by iggy1 - 15.11.2010, 00:46
Re: Just Courious - by marinov - 15.11.2010, 01:57

Forum Jump:


Users browsing this thread: 1 Guest(s)