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



[HELP]error 035: argument type mismatch (argument 3) - Kazuo - 04.12.2011

I have error on the Compiled

pawn Код:
PlayerInfo[extraid][pCarTicket] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "CarTicket"); // <== Error
PlayerInfo[extraid][pTut] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Tutorial"); // <== Error
PlayerInfo[extraid][pSex] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Sex"); // <== Error
PlayerInfo[extraid][pChanges] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "Changes"); // <== Error
strmid(PlayerInfo[extraid][pAdmName], CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName"), 0, strlen(CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName")), 255);// <== Error
Код:
C:\Users\AziZ\Desktop\test\gamemodes\test.pwn(2546) : error 035: argument type mismatch (argument 3)
C:\Users\AziZ\Desktop\test\gamemodes\test.pwn(2547) : error 035: argument type mismatch (argument 3)
C:\Users\AziZ\Desktop\test\gamemodes\test.pwn(2548) : error 035: argument type mismatch (argument 3)
C:\Users\AziZ\Desktop\test\gamemodes\test.pwn(2549) : error 035: argument type mismatch (argument 3)
C:\Users\AziZ\Desktop\test\gamemodes\test.pwn(2550) : error 035: argument type mismatch (argument 4)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Help me guys