SZOKOZ / Sourcemod-Stocks

Here is my stock file of "approximation" functions for Sourcemod. Read the readme.md for more info.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sourcemod-Stocks

My stock functions are not designed to work consistently like a function that calculates 2+2=4. These are meant to tackle hard to come by functionality within Source games that are not documented anywhere else due to how difficult they are to implement or due to the limitations of the Source engine (thus difficult implementation).

Coming Soon...

Entity Functions

{

IsEntityInClientFOV,

GetClientsVisible,

}

Utility

{

GetCmdArgStringUrl,

FrustumTrace

}

About

Here is my stock file of "approximation" functions for Sourcemod. Read the readme.md for more info.

License:GNU General Public License v3.0


Languages

Language:SourcePawn 100.0%