View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 10-20-2019 , 04:47   Re: Need some basic help with extensions
Reply With Quote #10

Quote:
Originally Posted by _mvs View Post
I guess I missed that part somehow thanks

How do you then write a function that tells when a players says something in a chat?
You wouldn’t - Extensions are designed to extended the SourceMod API with additional functionality, they have access to a very limited set of game API helpers. If you wanted to do it you would need to replicate SM’s OnClientSayCommand implementation.
__________________
asherkin is offline