Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can i create a float from - to.
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#2
RE: How can i create a float from - to.

SetEntityCallbackFunc for pickup.

Then just do

if (GetPlayerLampOil() >= 12.5f && GetPlayerLampOil() <= 20.0f)
{
...
}

[Image: 16455.png]
02-20-2013, 02:20 PM
Find


Messages In This Thread
RE: How can i create a float from - to. - by MulleDK19 - 02-20-2013, 02:20 PM



Users browsing this thread: 1 Guest(s)