Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. GetCarFunction(carid)
  2. {
  3. for(new i = 0; i < sizeof(LSFlugzeuge); i++)
  4. {
  5. if(carid == LSFlugzeuge[i])
  6. {
  7. return 1;
  8. }
  9. }
  10. for(new j; j < sizeof(SFFlugzeuge) j++)
  11. {
  12. if(carid == SFFlugzeuge[j])
  13. {
  14. return 2;
  15. }
  16. }
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement