29.04.2015, 18:55
I had tried in the past as I was curious myself and it did not work using {} on the playerid index. I did a test just a minute ago and it seems to be working good with [].
But.. change:
to:
No, it does work with 2D and 3D arrays.
But.. change:
pawn Код:
g_lib_function_FPN_[playerid] = !'\0';
pawn Код:
g_lib_function_FPN_[playerid]{0} = '\0';