19.04.2013, 15:40
you just don't get it...
this callback is called only when some specific vehicle get damaged...
the variable "vehicleid" is for that specific vehicle only...
it doesn't repair all vehicles
I just can't understand what you did there...
this callback is called only for the specific vehicle ID, so there is no need for that variable
also , you forgot to declare the variable :/
this callback is called only when some specific vehicle get damaged...
the variable "vehicleid" is for that specific vehicle only...
it doesn't repair all vehicles
pawn Код:
if(vehicleid = VID)//VID = Specific Vehicle ID
this callback is called only for the specific vehicle ID, so there is no need for that variable
also , you forgot to declare the variable :/