SA-MP Forums Archive
Format string - 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: Format string (/showthread.php?tid=623664)



Format string - Micko123 - 03.12.2016

How is this possible??
PHP код:
new string//8709
format(stringsizeof(string), ""RED"CHEAT DETECTED | "WHITE"%s | "RED"Fly Hack"GetName(playerid)); //8713
SCMTA(-1string); //8714 
Код:
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(8709) : warning 203: symbol is never used: "string"
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(8713) : error 035: argument type mismatch (argument 1)
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(8713) : error 035: argument type mismatch (argument 1)
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(8714) : error 035: argument type mismatch (argument 2)



Re: Format string - Yaa - 03.12.2016

check Your colors definition and SCTMA Definition or just post it here


Re: Format string - iLearner - 03.12.2016

new string; > new string[128];


Re: Format string - Micko123 - 03.12.2016

I JUST CAN'T FU*KING BELIVE!!!
Thx iLearner..


Respuesta: Format string - Whyd - 03.12.2016

Look //8709