View Single Post
rastafari
Senior Member
Join Date: May 2011
Old 12-23-2012 , 05:40   Re: Information about %i %s %d ...
Reply With Quote #3

%i or %d - integer (1,5,6,12)
%s - string ("Whattafak?")
%f - float (1.0,5.1234,663.1,3.14159265359)
%c - character ("c", "g", "125") the number means the character in ASCII table
%hp - your hp
%ap - your armor
%L - lang
__________________

Last edited by rastafari; 12-23-2012 at 05:43.
rastafari is offline