04.11.2011, 11:01
%d = number
%i = integer
%s = string (Text or text AND numbers)
%f = float (x,y,z)
You can't type floats with %d.
And you can't return strval(*); to return a string.
strval is a function that converts a string to an integer.
https://sampwiki.blast.hk/wiki/strval
https://sampwiki.blast.hk/wiki/Category:..._Documentation
%i = integer
%s = string (Text or text AND numbers)
%f = float (x,y,z)
You can't type floats with %d.
And you can't return strval(*); to return a string.
strval is a function that converts a string to an integer.
https://sampwiki.blast.hk/wiki/strval
https://sampwiki.blast.hk/wiki/Category:..._Documentation