SA-MP Forums Archive
error 035: argument type mismatch (argument 3/4) - 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: error 035: argument type mismatch (argument 3/4) (/showthread.php?tid=257314)



error 035: argument type mismatch (argument 3/4) - Typhome - 25.05.2011

http://pastebin.com/uZgwXprs

I have only 5 error's. I defined those errors at pastebin. (At down there "//"'s) Line's: 31 to 35.

Any have idea to solve this problem?


AW: error 035: argument type mismatch (argument 3/4) - Nero_3D - 25.05.2011

Read the error, check the describtion in pawn-lang.pdf
Than check the defintion of the function [strmid] and try to fix it


Re: error 035: argument type mismatch (argument 3/4) - Salvator_Salieri - 14.11.2011

Hi. i got "error 035: argument type mismatch (argument 3)"

in these lines:

Код:
PlayerInfo[extraid][pTut] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Tutorial");
PlayerInfo[extraid][pSex] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Sex");
PlayerInfo[extraid][pChanges] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Changes");
PlayerInfo[extraid][pCarTicket] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "CarTicket");
strmid(PlayerInfo[extraid][pAdmName], CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName"), 0, strlen(CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName")), 255);
any ideas for solution (other than the reply to the last poster that had kinda same problem) ?


Re: error 035: argument type mismatch (argument 3/4) - Qur - 17.11.2011

BUMP!
Common.. someone can help him?


Re: error 035: argument type mismatch (argument 3/4) - Salvator_Salieri - 17.11.2011

Ah nevermind guys i changed my mind about using mysql lol

Thx for the bump anyway JL