On Taking Damage Function
on what position has this function be?
Function:
[PHP]if ( self isAtBrinkOfDeath() )
{
//Code here
}[/PHP]
What exactly are you asking? Your wording is kind of funny.
i wan to do somethingliek this
[php]if ( self isAtBrinkOfDeath() )
{
//here code for Flashing text they show "WARNING"
}[/php]
how i can do that in my rank.gsc
Just put that code under one of the threads such as onplayerspawned, then add the code into it and it should work