How fix this? - 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: How fix this? (
/showthread.php?tid=561203)
How fix this? -
MikkiMapper - 01.02.2015
I have this error:
Код:
: error 035: argument type mismatch (argument 3)
This is error line:
Код:
va_format(str, sizeof (str), fstring, va_start<3>);
Re: How fix this? -
MotherDucker - 01.02.2015
Try defining fstring as a string, so use new fstring[128];
Re: How fix this? -
MikkiMapper - 01.02.2015
don't work!