View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 11-04-2021 , 12:11   Re: [L4D2] Spawn Survivor Bots
Reply With Quote #4

btw to support compiling on 1.11 you need to change:

PHP Code:
const float[3origin, const float[3angles 
to:
PHP Code:
const float origin[3], const float angles[3
__________________
Silvers is offline