OnPlayerExitVehicle
#1

Nevermind.
Reply
#2

try if(health < 24)
Reply
#3

Are you sure 24 is the correct value, because the full vehicle health is 1000, not 100.
Reply
#4

Really? Thanks. Then it should be 240
Reply
#5

Quote:
Originally Posted by Karlip
try if(health < 24)
Then it says it everytime when I exit that vehicle. Cause health = bigger than 24
Reply
#6

Quote:
Originally Posted by Jakku
Quote:
Originally Posted by Karlip
try if(health < 24)
Then it says it everytime when I exit that vehicle. Cause health = bigger than 24
Wrong.

if(health < 24) means if the health is smaller than 24
but
if(health > 24) means if the health is bigger than 24
and
if(24 > health) means if 24 is bigger than health.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)