Author Topic: Getting a vehicle ID from the brick?[Solved]  (Read 1278 times)

Is there any way to get the vehicle's ID from the brick that spawns it?

Like spawn a jeep on a vehicle spawn, and I need to jeep's ID
« Last Edit: November 15, 2012, 06:44:43 PM by ¥ola »

Ingame: use /getID to get the ID of the spawn brick. Then, in console, do ID.dump();
It should list all sorts of useful information, including the member field that gives the vehicle spawned by the brick

Ingame: use /getID to get the ID of the spawn brick. Then, in console, do ID.dump();
It should list all sorts of useful information, including the member field that gives the vehicle spawned by the brick
I did this, and I didn't find it through all that it listed.

Did a little research though, it is %brick.vehicle

I did this, and I didn't find it through all that it listed.

Did a little research though, it is %brick.vehicle
It's there