11.04.2017, 21:58
That won't work because, GetVehicleModel returns modelid if the vehicle exists or 0 if the vehicle doesn't exists. So that piece of code never runs. More over, You declare new g_Vehicle just before that. Make it a variable on top of the script and then use it. Try my method, It's way easier.