shanapu / MyWeaponAllocator

CSGO - Retakes weapon allocator
https://forums.alliedmods.net/showthread.php?t=309217
GNU General Public License v3.0
31 stars 13 forks source link

Scout and AWP seperate ? #33

Open Jury1x opened 2 years ago

Jury1x commented 2 years ago

Hello, is it possible to split bool for scout and awp ? Cause if you accept one, you automaticly accept the other, by using the same bool variable for both. Something like instead of using variable g_bSniper[client] for awp AND scout use it separatly just by g_bScout and g_bAWP(or g_bSniper for awp) ? Thank you if any of visitors already done that with the code. I tried do it myself, but Im kinda new to the whole sourcepawn coding and its not really easy for me to understand everything at the moment.