Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock CountVehicle()
- {
- new iCount, iVCount = CreateVehicle(411, 0.0, 0.0, 0.0, 0.0, -1, -1, 0);
- DestroyVehicle(iVCount);
- for(new i = 1; i < iVCount; ++i)
- {
- iCount++;
- }
- return iCount;
- }
Advertisement
Add Comment
Please, Sign In to add comment