mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Added request at16475
This commit is contained in:
parent
6cf6edb5b6
commit
cb7bfbf642
@ -273,4 +273,7 @@ native is_in_viewcone(entity, Float:origin[3]);
|
|||||||
//SDK function - checks if an origin is visible to an entity
|
//SDK function - checks if an origin is visible to an entity
|
||||||
native is_visible(entity, Float:origin[3]);
|
native is_visible(entity, Float:origin[3]);
|
||||||
|
|
||||||
#include <engine_stocks>
|
//Added at twistedeuphoria's request, see funcwiki for details
|
||||||
|
native trace_forward(Float:start[3], Float:angle, Float:give, ignoreEnt, &Float:hitX, &Float:hitY, &Float:shortestDistance, &Float:shortestDistLow, &Float:shortestDistHigh);
|
||||||
|
|
||||||
|
#include <engine_stocks>
|
||||||
|
Loading…
Reference in New Issue
Block a user