11-12-2012, 06:38 PM
11-12-2012, 06:43 PM
The following function should do the trick. You can place it under void OnStart(). Remember it goes from 0-100, other values could possibly crash the game or cause complications:
void SetPlayerLampOil(float afOil);
Hope that helped
void SetPlayerLampOil(float afOil);
Hope that helped
11-12-2012, 06:52 PM
(11-12-2012, 06:43 PM)andyrockin123 Wrote: [ -> ]The following function should do the trick. You can place it under void OnStart(). Remember it goes from 0-100, other values could possibly crash the game or cause complications:Thanks!
void SetPlayerLampOil(float afOil);
Hope that helped