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

Quote:
Originally Posted by Cyanide
Посмотреть сообщение
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.
ooo i see you realy thin that if put 0 or not is gonna change something ??
i don't think so !
but for your info IT COUD BE BETER without random just if i had
ChangeVehicleColor(i,-1, -1);
god reaction for a biginner too
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)