Pawno Error - 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: Pawno Error (
/showthread.php?tid=114733)
Pawno Error -
TheNuttyScientist - 20.12.2009
When I run lvdm, I get this error
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(154) : error 035: argument type mismatch (argument 2)
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(255 -- 256) : warning 215: expression has no effect
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(256) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Help?
Re: Pawno Error -
Lynn09© - 20.12.2009
What's on them lines?
Re: Pawno Error -
TheNuttyScientist - 20.12.2009
Quote:
Originally Posted by 1Shot1Kill™
What's on them lines?
|
Which ones?
Re: Pawno Error -
.::Freud::. - 20.12.2009
Quote:
Originally Posted by Blackblood.
Quote:
Originally Posted by 1Shot1Kill™
What's on them lines?
|
Which ones?
|
Hard to read.
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(
154) : error 035: argument type mismatch (argument 2)
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(
255 -- 256) : warning 215: expression has no effect
C:\Users\Joel\SA-MP Server Making Kit\gamemodes\lvdm.pwn(
[256) : error 001: expected token: ";", but found "-identifier-"
That's the line.
Re: Pawno Error -
Lajko1 - 20.12.2009
lol show us the ''LINE'' that is in YOUR script , gamemode,filterscript idk what else can be ... line like ''OnPlayerSpawn'' idk show us line where this error is
Re: Pawno Error -
Im_BanK - 20.12.2009
press CTRL and G and go to that line where you have the error. like 154,255,256 and 256
Re: Pawno Error -
TheNuttyScientist - 20.12.2009
SendPlayerFormattedText(playerid, COLOR_YELLOW,
"Thank you for chosing Blackblood's Freeroam! Please type /rules and /help",
0);
(I managed to fix one of the errors)
Re: Pawno Error -
Im_BanK - 20.12.2009
replace with this.
pawn Код:
SendPlayerFormattedText(playerid, COLOR_YELLOW, "Thank you for chosing Blackblood's Freeroam! Please type /rules and /help");
or
pawn Код:
SendClientMessage(playerid, COLOR_YELLOW, "Thank you for chosing Blackblood's Freeroam! Please type /rules and /help");
Re: Pawno Error -
TheNuttyScientist - 20.12.2009
ok it worked. Thanks