13.08.2016, 15:45
Quote:
Yes
PHP Code:
I tried it.. PHP Code:
PHP Code:
|
Defines are just text replacements, so you are actually doing this: (not valid)
pawn Code:
new Info[MAX_PLAYERS][strval(inputtext)][ENUM];
Also i guess its meaningless to declare a macro instead of a variable here because basically you want a better readable code and don't want to process "strval" again and again. In that case, variables are helpful not macros.
pawn Code:
new VALUE = strval(inpittext);