SA-MP Forums Archive
argument type mismatch (argument 2) - 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: argument type mismatch (argument 2) (/showthread.php?tid=400754)



argument type mismatch (argument 2) - NoaM[W] - 20.12.2012

line:
Код:
format(xxInfo[playerid][XXX],"%s",File_GetString("XXX"));
error:
Код:
argument type mismatch (argument 2)



Re: argument type mismatch (argument 2) - eesh - 20.12.2012

Код:
format(xxInfo[playerid][XXX],sizeof(xxInfo[playerid][XXX]),"%s",File_GetString("XXX"));