09.06.2012, 04:44
Say a string contains a integer inside it, example:
Can I somehow take the integer inside the string and use it? Because everytime I try plugging in the string, it gives me a warning:
Help would be greatly appreciated, thanks for your time.
pawn Код:
new string[12], number;
number = 7;
format(string, sizeof(string), "%i", number);
pawn Код:
warning 213: tag mismatch