error 035: argument type mismatch (argument 3/4)
#1

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?
Reply
#2

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

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) ?
Reply
#4

BUMP!
Common.. someone can help him?
Reply
#5

Ah nevermind guys i changed my mind about using mysql lol

Thx for the bump anyway JL
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)