Raised This Month: $ Target: $400
 0% 

[Help scripting code] Monster Controllable - Attack


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
devilsquare
Junior Member
Join Date: Sep 2013
Old 02-23-2017 , 16:09   [Help scripting code] Monster Controllable - Attack
Reply With Quote #1

Hello, I was wondering if it is possible to let the monster draw blood from only the front players!

Look at the example below to understand a little of what I'm talking about:

Code:
public set_attack(ent)
{
    new owner = entity_get_edict(ent, EV_ENT_owner)
    new victim = get_victim(ent)
    new Float:start[3], Float:end[3], Float:flFraction, pHit
    entity_get_vector(ent, EV_VEC_origin, start)
    entity_get_vector(victim, EV_VEC_origin, end)

    engfunc(EngFunc_TraceLine, start, end, DONT_IGNORE_MONSTERS, ent, 0)
    get_tr2(0, TR_flFraction, flFraction)
    pHit = get_tr2(0, TR_pHit)

    if (flFraction < 1.0) if (is_valid_ent(pHit)) set_damage(pHit, owner, npc_damage)
}
Sorry for the language mistranslated
devilsquare is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode