21.06.2017, 16:59
_: will "de-tag" an expression. I'm assuming 'vehicles_Data' is an enumerated array, in which case it would be implicitly tagged with the enumerator's symbol. This code is the same as:
Tags are just helpers for developers, they don't change anything about the underlying variables (in other words: pawn is untyped, tags are not types)
PHP Code:
for(new vehicles_Data:i; i < vehicles_Data; ++i)
v[vehicleid][i] = 0;
