Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. DestroyVehicleEx(vehicleid)
  2. {
  3. DestroyVehicle(vehicleid);
  4.  
  5. WyjebDoczepianeObiekty(vehicleid);
  6.  
  7. return 1;
  8. }
  9.  
  10. // ----------------------------------- Tune Object Vehicle by Lagowy XD .
  11. // AHA CHCIAŁEM JESZCZE DODAĆ ŻE DRIFTER LUBI SSAĆ MI PAŁKE . POZDRO .
  12.  
  13. IsVehicleDoczepianeObiekty(vehicleid)
  14. {
  15. new i = GetVehicleModel(vehicleid), Kurwa;
  16.  
  17. new Lista[] = {522, 562, 411, 470, 539, 560, 587, 451, 540, 482, 549, 535, 431};
  18. for(new l; l != sizeof Lista; l++)
  19. {
  20. if(i == Lista[l])
  21. {
  22. Kurwa = 1;
  23. break;
  24. }
  25. }
  26.  
  27. return Kurwa;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement