You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: