[Ajuda] %i %f %d %%
#2

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

PHP Code:
%i     Integer (whole number)
%
d     Integer (whole number).
%
s     String
%f     Floating-point number (Floattag)
%
c     ASCII character
%x     Hexadecimal number
%b     Binary number
%%     Literal '%' 
Reply


Messages In This Thread
%i %f %d %% - by Thompsoon - 19.04.2015, 18:27
Re: %i %f %d %% - by Whoo - 19.04.2015, 18:34
Re: %i %f %d %% - by Dayvison_ - 19.04.2015, 18:34
Re: %i %f %d %% - by ProKillerpa - 19.04.2015, 18:44
Re: %i %f %d %% - by Dolby - 19.04.2015, 19:18
Re: %i %f %d %% - by ProKillerpa - 19.04.2015, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)