CMD:vpark issue
#2

The function GetVehicleHealth doesn't return a specific value but the second parameter saves the vehicle health. You're trying to set the vehicles health as the value that GetVehicleHealth returns, probably is one. The variable health is what the vehicles health is actually saved into. Change

pawn Код:
SetVehicleHealth(carid, vhealth);
to

pawn Код:
SetVehicleHealth(carid, health);
Reply


Messages In This Thread
CMD:vpark issue - by UnknownGamer - 13.05.2013, 04:42
Re: CMD:vpark issue - by [HiC]TheKiller - 13.05.2013, 05:22

Forum Jump:


Users browsing this thread: 2 Guest(s)