error 049 invaild line
#1

whats that?
Reply
#2

Please show us that line or part of that code.
Reply
#3

[img width=1024 height=768]http://i46.tinypic.com/359y04n.jpg[/img]
Reply
#4

Try this :
pawn Код:
if(strcmp(cmd, "/blowjob", true) || strcmp(cmd, "/bj", true) == 0)
Reply
#5

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Try this :
pawn Код:
if(strcmp(cmd, "/blowjob", true) || strcmp(cmd, "/bj", true) == 0)
Will not work.
_________________________________________________
pawn Код:
if(!strcmp(cmd, "/blowjob", true) || !strcmp(cmd, "/bj", true))
{
}
Edit: nvm.
Reply
#6

it doesn't work
Reply
#7

Remove all '\' on line 1762
Reply
#8

try this:
pawn Код:
if(strcmp(cmd, "/blowjob", true) == 0 || strcmp(cmd, "/bj", true) == 0))
@MadeMan
Quote:

Remove all '\' on line 1762

eee i guess there are noch '\' in the line... only '/'
Reply
#9

Quote:
Originally Posted by MadeMan
Remove all '\' on line 1762
Sure?
Reply
#10

Sorry... i looked at the line 1763.
But in 1762 there is only a comment
Reply
#11

There is ///// and \\\\\

The \\\\\ part is causing problems because \ is also used to continue code to next line.
Reply
#12

okay... dindt know.
I use my comments like this
pawn Код:
/*
  ----------
  --TOPIC--
  ----------
*/
Reply
#13

Quote:
Originally Posted by MadeMan
There is ///// and \\\\\

The \\\\\ part is causing problems because \ is also used to continue code to next line.
Well, anything coming after a comment is ignored.
Reply
#14

Quote:
Originally Posted by DJDhan
Well, anything coming after a comment is ignored.
Not in this case, you can try if you want.
Reply
#15

Well it should :P It does give me errors
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)