18.01.2015, 17:39
(
Last edited by PaulDinam; 18/01/2015 at 07:43 PM.
)
Really useful. You have my gratitude!
Though I still don't quite understand what VIM is used for.
EDIT:
I made something like this:
Is VIM the right way to use it or should I use Vehicle_Name or Model_Name? Which is better?
Though I still don't quite understand what VIM is used for.
EDIT:
I made something like this:
Code:
stock VehName(vehicle) { new VIM:vim = Vehicle_GetVIM(vehicle); strunpack(name, VIM_Name(vim)); return name; }