I lifted this code from somewhere
PHP Code:
set_msg_block(g_msgDeathMsg,BLOCK_ONCE)
set_msg_block(g_msgScoreInfo,BLOCK_ONCE)
user_kill(attacked)
//user_kill removes a frag, this gives it back
set_user_frags(attacked,get_user_frags(attacked) + 1)
Can i replace this entire portion of code with
PHP Code:
user_silentkill(attacked)
?
Point of the asking this question is description from documentation ..
Quote:
user_silentkill
Engine (engine_stocks.inc) Description
user_silentkill - Kills a user without a death message.
|
What i want is it should NOT be considered as a suicide .. !
__________________