Author Topic: Vehicle and Item  (Read 467 times)

Hi , I want to know if anyone can make an 1x1 vehicle spawn brick and a event for example onObjectSpawn , Setscale .
This is for make small items .Thats really great if anyone can do thats :D !

Thanks for read

Small items? Sense? Why

Actually what would you want to spawn on 1x vehicle spawns? Clay soldiers?

We already have Vehicle Events for OnVehicleSpawn > Vehicle > SetScale

I know there is addon for make small vehicle but i want this for items .
I want 1x1 vehicle spawn for make small bot because the 2x2 vehicle are too big .

I know there is addon for make small vehicle but i want this for items .
I want 1x1 vehicle spawn for make small bot because the 2x2 vehicle are too big .

1. Get the smallest type of vehi spawn you can find.
2. Find a bot that mounts items to the middle of itself instead of into a hand
3. Set the item to what ever you want
4. onBotSpawn -> Bot -> SetPlayerScale -> 0.2
5. Small items.

Is this what you're talking about?