How to fix this error ?
#1

Error :
Код:
D:\Chill Role Play\gamemodes\SZONE.pwn(7389) : error 037: invalid string (possibly non-terminated string)
D:\Chill Role Play\gamemodes\SZONE.pwn(7389) : error 017: undefined symbol "Bine"
D:\Chill Role Play\gamemodes\SZONE.pwn(7389) : error 017: undefined symbol "Venit"
D:\Chill Role Play\gamemodes\SZONE.pwn(7389) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
The Line 7389 :

Код:
format(motd, sizeof(motd), "Welcome To Chill RolePlay Server.")
Reply
#2

Try this:

Код:
format(motd, sizeof(motd), "Welcome To Chill RolePlay Server.");
Reply
#3

Quote:

Try this:

Code:
format(motd, sizeof(motd), "Welcome To Chill RolePlay Server.");

if this didn't worked then then you have proplem in includes
Reply
#4

Quote:
Originally Posted by MichealScript
Посмотреть сообщение
if this didn't worked then then you have proplem in includes
That should work.
Reply
#5

Quote:
Originally Posted by MichealScript
Посмотреть сообщение
if this didn't worked then then you have proplem in includes
I made it, but now i find these errors :
Код:
D:\Chill Role Play\gamemodes\SZONE.pwn(7390) : error 029: invalid expression, assumed zero
D:\Chill Role Play\gamemodes\SZONE.pwn(7390) : error 029: invalid expression, assumed zero
D:\Chill Role Play\gamemodes\SZONE.pwn(7390) : warning 215: expression has no effect
D:\Chill Role Play\gamemodes\SZONE.pwn(32606) : warning 203: symbol is never used: "gminute"
D:\Chill Role Play\gamemodes\SZONE.pwn(32606) : warning 203: symbol is never used: "gsecond"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
The 2 Lines :
1). 7390
Код:
-*[+ttime(ghour, gminute, gsecond);
2). 32606
Код:
 Doesn't exist, last line is 32605.
Reply
#6

The complier is telling you that the varibles "gminute" and "gsecond" have never been used anywhere in the script besides the time when you declared them.

So when you use them somewhere else, those two warnings will go away.
Reply
#7

If i remove them, nothing will happen ?
Reply
#8

Yes, you should be able to just remove those two without any errors showing.
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)