Please Help PAWNO problem AGAIN!
#1

Well im trying to make it load up in the console so it says RSRP but in like these lines (\ - | /) anyway im sure i did it right but when i compile it i get 4 errors please help.

Compiler (Scroll down for the code):


Pawno Code:


Hope you guys can help me i am new at scripting and im trying to learn
Reply
#2

Lol... From line 30 to line 35, add "); at the end of each one.
Reply
#3

You must close the ) and put );
Reply
#4

Close each print line: print("*jhdfljhfjh;fsf");

EDIT: Too late.
Reply
#5

Now i get this

Quote:

C:\Users\jack\Desktop\Scripting Folder\gamemodes\script.pwn(30) : error 027: invalid character constant
C:\Users\jack\Desktop\Scripting Folder\gamemodes\script.pwn(30) : error 027: invalid character constant
C:\Users\jack\Desktop\Scripting Folder\gamemodes\script.pwn(30) : error 029: invalid expression, assumed zero
C:\Users\jack\Desktop\Scripting Folder\gamemodes\script.pwn(30) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

Code:
Reply
#6

pawn Код:
// your code to bee like that :
    print("    blablablablaba  ");

 // And in your you forgot " after *
u.u
Reply
#7

man... you got to close each string: print("sfouhkufhbk;lhfjkhg;");
Reply
#8

Every " Must close with a " like the ('s.So you my do it like:

pawn Код:
main() // look the "(" closes with a ")"
{
     print("Hello world!"); //Take a look again to the "'s and ( , )'s.
}
Reply
#9

Close the " from 30-35
Reply
#10

Still isnt working!!!


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)