2 Errors? - 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: 2 Errors? (
/showthread.php?tid=172742)
2 Errors? -
Will77 - 31.08.2010
Cause some asshole deleted the original...
-.-
Код:
C:\Documents and Settings\Owner\My Documents\SAMP Server - Unnamed Legit Version\Ravens RP 2.8b\ser 0.3\gamemodes\wrp.pwn(11449) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Owner\My Documents\SAMP Server - Unnamed Legit Version\Ravens RP 2.8b\ser 0.3\gamemodes\wrp.pwn(11449) : warning 215: expression has no effect
C:\Documents and Settings\Owner\My Documents\SAMP Server - Unnamed Legit Version\Ravens RP 2.8b\ser 0.3\gamemodes\wrp.pwn(11449) : error 001: expected token: ";", but found "if"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
LINE 11449:
Код:
else if(listitem == 1)
Lines 11445-11448:
And for lines 11450-11453
Код:
{
SetPlayerRouting(playerid, 2047.0006,-1905.5575);
TextDrawShowForPlayer(playerid, Textdraw53[playerid]);
All together now:
Код:
{
if(response)
{
else if(listitem == 1)
{
SetPlayerRouting(playerid, 2047.0006,-1905.5575);
TextDrawShowForPlayer(playerid, Textdraw53[playerid]);
Gps[playerid] = 1;
Note: Im removing this from Raven's Vehicle GPS system. Is it possible that I have to remove more from that system?
Re: 2 Errors? -
LarzI - 31.08.2010
Show us the 3 lines above and underneath too, please.
[This forum requires that you wait 120 seconds between posts. Please try again in 87 seconds.] FFS
Re: 2 Errors? -
Flake. - 31.08.2010
Quote:
Originally Posted by LarzI
Show us the 3 lines above and underneath too, please.
[This forum requires that you wait 120 seconds between posts. Please try again in 87 seconds.] FFS
|
yeah
your missing a ; on the end of a line
Re: 2 Errors? -
Will77 - 31.08.2010
Added. Lines are up.
Re: 2 Errors? -
Grim_ - 31.08.2010
Can we get the error line to? Lol..
[This forum requires that you wait 120 seconds between posts. Please try again in 18 seconds.] - REALLY ANNOYING (13th time today!)
Re: 2 Errors? -
Will77 - 31.08.2010
I posted all the lines.
11445-11453 INCLUDING the error line.
Re: 2 Errors? -
Flake. - 31.08.2010
Quote:
Originally Posted by Will77
I posted all the lines.
11445-11453 INCLUDING the error line.
|
ye but what one is actually the error line?
Re: 2 Errors? -
Grim_ - 31.08.2010
Wow I can't believe I missed it, sorry.
[This forum requires that you wait 120 seconds between posts. Please try again in 12 seconds.] VERY ANNOYING
Re: 2 Errors? -
Will77 - 31.08.2010
You've inspired me.
Adding a command: /facepalm ID // When used it will /ann that %id has made "Will" facepalm.
xD
Re: 2 Errors? -
Cameltoe - 31.08.2010
Quote:
Originally Posted by Grim_
Wow I can't believe I missed it, sorry.
[This forum requires that you wait 120 seconds between posts. Please try again in 12 seconds.] VERY ANNOYING
|
agree, but show us some more code. :]