Vehicle loop problem :/
#2

Hi Knackworst,

If I understand your code correctlly... You may be able to just do this:
pawn Код:
if(gTeam[playerid] == TEAM_BANDIT)
{
    if(stolenveh[GetPlayerVehicleID(playerid)] == 0)
    {
        //Do vehicle stolen stuff
    }
    else if(stolenveh[GetPlayerVehcileID(playerid)] == 1)
    {
         //Do Other Vehicle Stolen Stuff
    }
}
Cheers,

TJ
Reply


Messages In This Thread
Vehicle loop problem :/ - by knackworst - 31.08.2011, 08:22
Re: Vehicle loop problem :/ - by TTJJ - 31.08.2011, 08:34
Re: Vehicle loop problem :/ - by =WoR=Varth - 31.08.2011, 08:40
Re: Vehicle loop problem :/ - by knackworst - 31.08.2011, 09:03
Re: Vehicle loop problem :/ - by =WoR=Varth - 31.08.2011, 09:05
Re: Vehicle loop problem :/ - by knackworst - 31.08.2011, 09:16
Re: Vehicle loop problem :/ - by =WoR=Varth - 31.08.2011, 09:20
Re: Vehicle loop problem :/ - by FireCat - 31.08.2011, 09:22
Re: Vehicle loop problem :/ - by knackworst - 31.08.2011, 09:26
Re: Vehicle loop problem :/ - by =WoR=Varth - 31.08.2011, 09:31

Forum Jump:


Users browsing this thread: 1 Guest(s)