ERROR 035: (mismatch 1)
#1

I don't understand, check this out:

pawn Код:
insertFactionInfo(fName);
this is the stock:

pawn Код:
stock insertFactionInfo(fName[128])
help
Reply
#2

what if you place the stock at first place (above the scripted part in which stock is used)
Reply
#3

Change:
Код:
stock insertFactionInfo(fName[128])
To:

PHP код:
stock insertFactionInfo(fName[]) 
Reply
#4

Didn't work, thanks for helping though
Reply
#5

Is Fname a string ? If not, then it must be one. Because the first argument/parameter can only take a string.
Reply
#6

IT's fixed now, I just ran the whole query as a whole instead of in different functins. Thanks for the help guys, +rep to all of you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)