View Single Post
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 03-02-2022 , 10:01   Re: (Req)How to make this plugin only apply to human players
Reply With Quote #4

beforeDamage
Code:
public beforeDamage(this, id, attacker, Float:damage, damagebits) {
  if(is_user_bot(this))
       return HAM_IGNORED;
    .... }

onSpawn
Code:
public onSpawn(id) {
    if(is_user_bot(id))
        return HAM_IGNORED;
    ..... }
__________________
GitHub
SteamWishlist

六四天安門事件
+ARUKARI- is offline