19.04.2015, 18:34
Format Vocк utiliza para printar um valor o algo do tipo %i й para inteiros %f e para float %d para inteiros tbm e assim vai...
https://sampwiki.blast.hk/wiki/Format
https://sampwiki.blast.hk/wiki/Format
PHP Code:
%i Integer (whole number)
%d Integer (whole number).
%s String
%f Floating-point number (Float: tag)
%c ASCII character
%x Hexadecimal number
%b Binary number
%% Literal '%'