SA-MP Forums Archive
Need Some Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need Some Help (/showthread.php?tid=161221)



Need Some Help - titanak - 19.07.2010

Need help with Reward.

but when i enter checkpoint with 30 damage of car then it stills give me 100K $ Reward Can Someone Help , ?
and say me what i did wrong


Re: Need Some Help - ikey07 - 19.07.2010

pawn Код:
if(health >= 50.0 && health <= 100.0)
btw car max health is 1000 not 100


Re: Need Some Help - titanak - 19.07.2010

i tryd 1000 too , Ryder's Speedo showed me 100 max.


Re: Need Some Help - Mystique - 19.07.2010

Change the 50.0 to 500.0 and the 100.0 to 1000.0

Код:
if(health >= 500.0 && health <= 1000.0)