Argue dismatch? +1 - 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: Argue dismatch? +1 (
/showthread.php?tid=477757)
Argue dismatch? +1 -
Lynet - 26.11.2013
Hello guys, i'm about to be done with my new GM, but now i'm suddenly getting an weird error here?
Код HTML:
PlayerInfo[extraid][pCarTicket] = CMySQL_Int(PlayerName(extraid), "Accounts", "Username", "CarTicket");
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");
strmid(PlayerInfo[extraid][pAdmName], CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName"), 0, strlen(CMySQL_Get(PlayerName(extraid), "Accounts", "Username", "AdmName")), 255);
This is my code thats getting errors in, and here's the errors:
Код HTML:
C:\Users\fore\Desktop\PR-RP tEEST\gamemodes\RP.pwn(2546) : error 035: argument type mismatch (argument 3)
C:\Users\fore\Desktop\PR-RP tEEST\gamemodes\RP.pwn(2547) : error 035: argument type mismatch (argument 3)
C:\Users\fore\Desktop\PR-RP tEEST\gamemodes\RP.pwn(2548) : error 035: argument type mismatch (argument 3)
C:\Users\fore\Desktop\PR-RP tEEST\gamemodes\RP.pwn(2549) : error 035: argument type mismatch (argument 3)
C:\Users\fore\Desktop\PR-RP tEEST\gamemodes\RP.pwn(2550) : error 035: argument type mismatch (argument 4
Re: Argue dismatch? +1 -
Lynet - 26.11.2013
freal, none is going to help me or?