dumb!
#10

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
You may wish to give this a shot; make sure you read the function and realize how the code works before using it!

pawn Код:
stock IsInvalidModVehicle(vehicleid)
{
    switch(GetVehicleModel(vehicleid))
    { // I got all of the vehicle ID's from here: https://sampwiki.blast.hk/wiki/Vehicles:Bikes
        case 509, 481, 510, 462,
        448, 581, 522, 461, 521,
        523, 463, 586, 468, 471: return true;
    }
    return false;
}
Fixed,thanks
Reply


Messages In This Thread
dumb! - by ColdXX - 12.01.2011, 18:48
Re: dumb! - by blackwave - 12.01.2011, 18:51
Re: dumb! - by ColdXX - 12.01.2011, 19:07
Re: dumb! - by blackwave - 12.01.2011, 19:10
Re: dumb! - by ColdXX - 12.01.2011, 19:12
Re: dumb! - by blackwave - 12.01.2011, 19:17
Re: dumb! - by Scenario - 12.01.2011, 19:21
Re: dumb! - by iMonk3y - 12.01.2011, 19:25
Re: dumb! - by Stylock - 12.01.2011, 19:34
Re: dumb! - by ColdXX - 12.01.2011, 19:50

Forum Jump:


Users browsing this thread: 8 Guest(s)