Thread: [CS] Gore Lite
View Single Post
WATCH_D0GS UNITED
Senior Member
Join Date: Jan 2023
Old 02-29-2024 , 20:33   Re: [CS] Gore Lite
Reply With Quote #5

Ok.

But your new method checks for something every time a player is receiving damage.
In the way We have fixed, the checks occurs already in Ham_Player_Killed.

PHP Code:
  if(killer && shouldgib)
    return 
Also in client_putinserver() your checks occurs for every player for bot registration.

You could make this in FM_CreateFakeClient so the checks will occur only for bots.

About register bots, indeed in your plugin the method We provided is actually not needed. That method actually solves the problem of the first bot in Ham_Spawn.

But these are only suggestions, the plugin is yours buddy.

Thanks.
__________________
💻Know Our New Blog👄
🔗tube2downs.blogspot.com
WATCH_D0GS UNITED is offline