isnt working cuase of this:
Code:
register_event ("JoinSpectator","makespec","d")
for dod, include the <dodx> module and use this event:
Code:
register_statsfwd(XMF_DEATH)
then do your code in this function:
Code:
public client_death(killer,victim,wpnindex,hitplace,TK)
{
//code here
}
__________________