OnPlayerExitVehicle
#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


Messages In This Thread
OnPlayerExitVehicle - by Jakku - 08.11.2009, 09:01
Re: OnPlayerExitVehicle - by Karlip - 08.11.2009, 09:09
Re: OnPlayerExitVehicle - by Finn - 08.11.2009, 09:13
Re: OnPlayerExitVehicle - by Jakku - 08.11.2009, 09:14
Re: OnPlayerExitVehicle - by Jakku - 08.11.2009, 09:15
Re: OnPlayerExitVehicle - by Karlip - 08.11.2009, 10:06

Forum Jump:


Users browsing this thread: 1 Guest(s)