I've tried this, but cant get it to work...
Code:
new PLUGIN[]="Test Script"
new AUTHOR[]="Cronck"
new VERSION[]="1.00"
new iSilentPlayer[32]
new iPlayerDamage[32][3]
new sPlayerName[32]
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event( "Damage", "Event_Damage", "b")
}
public event_Damage(id)
{
client_print(id, print_chat, "Testing.....")
}
If you can, make it show damage dealth after Testing.....