31.08.2011, 08:34
Hi Knackworst,
If I understand your code correctlly... You may be able to just do this:
Cheers,
TJ
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
}
}
TJ

