What does this error mean? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What does this error mean? (
/showthread.php?tid=63474)
What does this error mean? -
Drift_04 - 29.01.2009
ok i checked through my whole script and i cannot find anything wrong and when i compile it it says this
error 035: argument type mismatch (argument 2)
does anybody know what that means?
Re: What does this error mean? -
Kriztian - 29.01.2009
On which line is this appearing?
Re: What does this error mean? -
Drift_04 - 29.01.2009
uhh idk this is the whole message
C:\Users\rac\Desktop\Gta Sa & Sa-Mp\gamemodes\Massacre.pwn(49

: error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: What does this error mean? -
Mikep - 29.01.2009
Post line 498.
We can't guess whats there.
Re: What does this error mean? -
LarzI - 29.01.2009
It's a missing/too much/incorrect arguments
Show us line so we can fix
Re: What does this error mean? -
Drift_04 - 29.01.2009
oh thanks a lot dude, i have been looking for it forever i htoughti was gonna lose my server! lol thanks a lot man!!! i owe you! you saved my server!!
Re: What does this error mean? -
Drift_04 - 29.01.2009
i fixed it thanks a lot for telling me its on 498
Re: What does this error mean? -
Mikep - 29.01.2009
The compiler told you it was there.
Re: What does this error mean? -
AlExAlExAlEx - 29.01.2009
Код:
C:\Users\rac\Desktop\Gta Sa & Sa-Mp\gamemodes\Massacre.pwn(498) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
See that
498 between the () that means the line where the error is.
Re: What does this error mean? -
LarzI - 29.01.2009
Quote:
Originally Posted by AlExAlExAlEx
Quote:
Originally Posted by code
C:\Users\rac\Desktop\Gta Sa & Sa-Mp\gamemodes\Massacre.pwn(498) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
See that 498 between the () that means the line where the error is.
|
Fixed above ^^
Re: What does this error mean? -
StriKe7 - 07.02.2009
Even i have error like this
can u show what mistake i did?
Код:
SendPlayerFormattedText(playerid, COLOR_GREEN, "Type: /objective : To find out what to do in this Gamemode.",0);