Enosh123

CountVehicles

Mar 31st, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. stock CountVehicle()
  2. {
  3. new iCount, iVCount = CreateVehicle(411, 0.0, 0.0, 0.0, 0.0, -1, -1, 0);
  4. DestroyVehicle(iVCount);
  5. for(new i = 1; i < iVCount; ++i)
  6. {
  7. iCount++;
  8. }
  9. return iCount;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment