19.12.2009, 22:05
-> https://sampwiki.blast.hk/wiki/Format
Quote:
Originally Posted by https://sampwiki.blast.hk/wiki/Format
Format Strings
Placeholder Meaning %b Inserts a number at this position in binary radix %c Inserts a single character. %d Inserts an integer (whole) number %f Inserts a floating point number. %i Inserts an integer. %s Inserts a string. %x Inserts a number in hexadecimal notation. %% Inserts the literal '%' |