Bug cmd_ - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Bug cmd_ (
/showthread.php?tid=595333)
delete -
Jimmi - 01.12.2015
Done
Re: Bug cmd_ -
arakuta - 01.12.2015
Wrong placeholder, dude! You're using
%s for displayin' an integer, wich displays the a character of that integer value relative to your charset. (ANSI, UTF-8, etc)
Use
%d or
%i instead.