View Single Post
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 11-19-2022 , 16:59   Re: [L4D & L4D2] Smoker Cloud Damage
Reply With Quote #269

if using Left 4 DHooks Direct to make this, just 4 lines here needed

PHP Code:
#include <sdkhooks>
#include <left4dhooks>
public void L4D_OnPlayerCough_Post(int clientint attacker) {
    
SDKHooks_TakeDamage(clientclientclient1.0);

Attached Files
File Type: sp Get Plugin or Get Source (l4d_smoker_cloud_lite.sp - 292 views - 1.4 KB)
__________________

Last edited by NoroHime; 11-19-2022 at 16:59.
NoroHime is offline