16.03.2016, 14:50
Hi guys, I forgot how to use string interpolation. Is there some post about it somewhere? Example of what I remembered (but isn't working of course)
pawn Код:
#define MAX_CUSTOM (5);
//...
print("I like " #MAX_CUSTOM " cakes");