[FilterScript] pump it up script (CHANGING VEHICULS COLOR ) ==> must see the video to understand
#2

I'm not trying to be very picky with this release but random already starts the interval at 0. So pumpitup can be better with:

pawn Код:
public pumpitup()
{
    for(new i = 0; i < MAX_VEHICLES; i++)
    {
        ChangeVehicleColor(i, random(255), random(255));
    }
    return 1;
}
Good work for a beginner.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)