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
Everything would be fine, but inside sourcemod there are prototypes of functions, for example for timers, the compiler starts to complain when the code creating timers or using tracing is commented out. Because the function has access modifier 'stock', the compiler should not complain in this case.
Timer:
Everything would be fine, but inside sourcemod there are prototypes of functions, for example for timers, the compiler starts to complain when the code creating timers or using tracing is commented out. Because the function has access modifier 'stock', the compiler should not complain in this case.
Timer:
Or for tracing:
The text was updated successfully, but these errors were encountered: