View Single Post
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 04-15-2017 , 09:35   Re: Progressive spawn protect
Reply With Quote #10

There are a lot of spawn/respawn protecton plugins.

Btw

Code:
public TraceAttack_stuff(victim, attacker, Float:damage, Float:direction[3], tracehandle, damagebits) {      if(!get_pcvar_num(cs_plugin_on_off) || !is_user_connected(victim) || !is_user_connected(attacker) || victim == attacker)     {         return HAM_IGNORED      }     if(activated[attacker])     {          return HAM_SUPERCEDE      }     return HAM_IGNORED  }
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor