argument type mismatch - 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 (
/showthread.php?tid=577502)
argument type mismatch -
JoshNudock - 11.06.2015
My code is giving errors and can not fix, I studied about everything, and modified, I was wondering what you hear with my password, please someone help me? what you hear?
Код:
C:\Users\2\Desktop\gamemode\gamemodes\2.pwn(16351) : error 035: argument type mismatch (argument 3)
C:\Users\2\Desktop\gamemode\gamemodes\2.pwn(16355) : error 035: argument type mismatch (argument 3)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
PHP код:
format(PlayerInfo[playerid][BoomBoxLink], 512, strval(inputtext)); //error 16351
format(PlayerInfo[playerid][BoomBoxLink], 512, strval(inputtext)); //error 16355
@edit
PHP код:
format(PlayerInfo[playerid][BoomBoxLink], 512, "strval(inputtext)");
Re: argument type mismatch -
JoshNudock - 11.06.2015
I was deceived, it is not functional.. up, please!
Re: argument type mismatch -
DarkLouis - 12.06.2015
PHP код:
format (PlayerInfo [playerid][BoomBoxLink], 513, inputtext);