Jump to content
Sign in to follow this  
lonesoldier

Rating detection

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×