Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock IsABike(vehid)
- {
- vehid = GetVehicleModel(vehid);
- static motos[15] =
- {
- 509,481,
- 510,462,
- 448,581,
- 522,461,
- 521,523,
- 463,586,
- 468,471
- };
- for(new i; motos[i]; ++i)
- {
- if(vehid != motos[i]) continue;
- return true;
- }
- return false;
- }
- //By Garfield
- //Edit by DraKiNs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement