Open Bradasparky opened 1 month ago
The variable type should be variable.sourcepawn. This only happens when within a local scope, though sourcepawn doesn't allow for evaluation in global scope so this may be useless to note. Hope this helps.
variable.sourcepawn
Basic informations
Code to reproduce the behaviour
Expected behaviour
The variable type should be
variable.sourcepawn
. This only happens when within a local scope, though sourcepawn doesn't allow for evaluation in global scope so this may be useless to note. Hope this helps.