21.06.2017, 16:34
I have found in a script this
What is this "_:"?
I figured out that the code wipe all the data stored in v[vehicleid] enum and _: is something like strlen/sizeof for vehicled_Data enum, but it has a name or other uses? are there any other symbols related to this one?
PHP Code:
for(new i; i < _: vehicles_Data; ++i)
v[vehicleid][vehicles_Data:i] = 0;
I figured out that the code wipe all the data stored in v[vehicleid] enum and _: is something like strlen/sizeof for vehicled_Data enum, but it has a name or other uses? are there any other symbols related to this one?