help asap thx - 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: help asap thx (
/showthread.php?tid=154906)
help asap thx -
[asg]davo - 16.06.2010
ok i downlaoded a game mode from this forum but cant remeber what it was called
anyway i got these errors can u plz help
Код:
C:\Users\saints\Documents\david\Xtreme Stuntage V2\pawno\include\cps.inc(140) : warning 208: function with tag result used before definition, forcing reparse
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(1159) : warning 217: loose indentation
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(1214) : warning 217: loose indentation
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(1292) : warning 217: loose indentation
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(1416) : warning 217: loose indentation
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(1430) : warning 217: loose indentation
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(1453) : warning 217: loose indentation
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(1646) : warning 217: loose indentation
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(2419) : warning 217: loose indentation
C:\Users\saints\Documents\david\Xtreme Stuntage V2\gamemodes\XSv2.pwn(3214) : warning 203: symbol is never used: "IsNumeric2"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
10 warnings
line 140
line 1159
Код:
if(strcmp(cmdtext, "/lp", true) == 0)
line 1214
Код:
if(strcmp("/pm", cmd, true) == 0)
line 1292
Код:
if(strcmp(cmdtext, "/aa", true) == 0)
line 1416
Код:
if(strcmp(cmdtext, "/sf", true) == 0)
line 1430
Код:
if(strcmp(cmdtext, "/drift2", true) == 0)
line 1453
Код:
if(strcmp(cmdtext, "/cj", true) == 0)
line 1646
Код:
if(strcmp(cmdtext, "/mc", true) == 0)
line 2419
Код:
if(strcmp(cmdtext, "/md", true) == 0)
line 3214
Код:
there is no line 3214
Re: help asap thx -
abhinavdabral - 16.06.2010
Dude, theses are just warnings, You dont need to worry about them. They wont stop you from running the server with the script.
The lose Indentation warning comes when the program code is not well indented, or I might say Not TABBED properly (NOT AN ERROR)
Just run them.
and for he last warning, you can either comment that variable declaration or just let it be like it is.... Your script will run fine.
EDIT: For the first warning, I cant say anything because with the line you provided us we cant get anything, but if you can post the full variable or function where that line is then we can help you. I think its a variable.....
-Good Luck
Abhinav (ALIAS: CODE WAVE)
Re: help asap thx -
[asg]davo - 16.06.2010
yeah i no there not errors
oh thx i thought they still effect the server
thx
Re: help asap thx -
abhinavdabral - 16.06.2010
Your welcome