21.09.2014, 08:01
So basically, I want to format something and then use it in an enum, like so:
Basically pTmpGram is set to a number based on what slot is chosen in an above dialog, so what I'm trying to do is make it so that it formats it to:
Gram1 or Gram2, etc.
And then [iInfo][playerid][gram] is really [iInfo][playerid][Gram1] or Gram2 etc.
However it gives me this error:
If I didn't explain this well please ask me to elaborate as I'm not that great at explaining.
Код:
format(gram, sizeof(gram), "Gram%d", pInfo[playerid][pTmpGram]); iInfo[playerid][gram] = iInfo[playerid][gram] - 1;
Gram1 or Gram2, etc.
And then [iInfo][playerid][gram] is really [iInfo][playerid][Gram1] or Gram2 etc.
However it gives me this error:
Код:
sarp.pwn(5027) : error 033: array must be indexed (variable "gram")