Cstrike: Make CS_OnBuy forward more reliable - part 2

Purpose is to have the forward be called only on actual buying.
This has been requested on the forum.
This commit is contained in:
Arkshine
2014-07-03 19:40:30 +02:00
parent 6e50a0effd
commit 0cf39307e0
5 changed files with 182 additions and 18 deletions

View File

@ -3,6 +3,10 @@ import os.path
binary = AMXX.MetaModule(builder, 'cstrike')
binary.compiler.defines += [
'HAVE_STDINT_H',
]
binary.sources = [
'sdk/amxxmodule.cpp',
'amxx_api.cpp',