27.06.2018, 10:25
They arent called String holders, they are called format specifiers. Integers are numbers (ranging from -2^31 to +2^31 in PAWN). So if you want to deal with integers, you use %i or integer format specifier. String and float would work to but ultimately, you'll have to covert them to int in order to use. You can display an integer as string using format function.