help asap thx
#1

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
Код:
"AndrusIsNoob",
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
Reply
#2

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)
Reply
#3

yeah i no there not errors

oh thx i thought they still effect the server

thx
Reply
#4

Your welcome
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)