View Single Post
Author Message
NeXoU
Junior Member
Join Date: Jan 2014
Location: France
Old 01-16-2015 , 07:21   [CSS] Remove lines damage teammate
Reply With Quote #1

Hello,

I search a functions for remove a lines of damage teammate, for remove line to player connect for exemple, i use this :

Code:
public OnPluginStart()
{
	HookEvent("player_connect", EVENT_PLAYER_CONNECT, EventHookMode_Pre);
}

public Action:EVENT_PLAYER_CONNECT(Handle:event, const String:name[], bool:dontBroadcast)  
{ 
    SetEventBroadcast(event, true); 
}
But for a damage team mate i don't now...

Thank you in advance
NeXoU
NeXoU is offline