lonesoldier 0 Posted April 22, 2003 How do i check when my rating LOWERS? Say i shoot a Team Mate or Civvie accidentally, i need my guy to say "Check Your Fire". Basically, how do i check when my rating lowers? Also. Is it possible to detect when my guy throws a nade? I tried (MyGuy ammo "Handgrenade" == 4) Becuase he starts with 5 nades, so if its 4 then ofcourse he's thrown one. But that method wont work. Cheers. Share this post Link to post Share on other sites
Kegetys 2 Posted April 22, 2003 something like </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> #start _x = rating player @(rating player) != _x ? (rating player) < _x : hint "Bad boy!" goto "start" <span id='postcolor'> should propably work for the rating thing. Share this post Link to post Share on other sites
lonesoldier 0 Posted April 22, 2003 Fuck!! Cheers Mang! So i put that code in a script, and where it says hint "bad boy!", i can replace with aP sideradio "watchfire"; squadleader "WATCH YOUR FIRE" Anywa. Cheers dude. Also. Got a solution for the grenade throwing thing? Share this post Link to post Share on other sites