Alright edited, im gonna // the handler for it, wh...
# pawn-help
g
Alright edited, im gonna // the handler for it, what about vehicle marked as IsASweeperVeh?
Copy code
js
IsASweeperVeh(carid)
{
    for(new v = 0; v < MAX_SWEEPER_VEHICLES; v++) {
        if(carid == SweepVeh[v]) return 1;
    }
    return 0;
}