Help plz.
#1

Hello, can someone help me with these errors ?
Код:
D:\backup data\Farouk\server 0.3z - Copy\pawno\include\streamer.inc(391) : error 017: undefined symbol "Streamer_OnPlayerPickUpPickup"
D:\backup data\Farouk\server 0.3z - Copy\gamemodes\cod6v3.pwn(2476) : error 029: invalid expression, assumed zero
D:\backup data\Farouk\server 0.3z - Copy\gamemodes\cod6v3.pwn(2476) : error 017: undefined symbol "html"
D:\backup data\Farouk\server 0.3z - Copy\gamemodes\cod6v3.pwn(2477) : error 017: undefined symbol "title"
D:\backup data\Farouk\server 0.3z - Copy\gamemodes\cod6v3.pwn(2477) : error 017: undefined symbol "Service"
D:\backup data\Farouk\server 0.3z - Copy\gamemodes\cod6v3.pwn(2477) : error 017: undefined symbol "Temporarily"
D:\backup data\Farouk\server 0.3z - Copy\gamemodes\cod6v3.pwn(2477) : fatal error 107: too many error messages on one line

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


7 Errors.
Here are the lines :
Код:
391- 	SetTimer("ClearSpam",5000,true);
2476- 	CreateDynamicObject(2957, 367.33, -2536.15, 7.34, <html>)
2477-<head><title>503 Service Temporarily Unavailable</title></head>
Plz, can someone help me fast ??
Reply
#2

Why using HTML codes?
Its C++ You can't use this in pawno (C++)

Remove this line:-
Код:
 <head><title>503 Service Temporarily Unavailable</title></head>
And, Remove the read one!

Код:
 CreateDynamicObject(2957, 367.33, -2536.15, 7.34, <html>)

It's like this:-

Код:
 CreateDynamicObject(2957, 367.33, -2536.15, 7.34);
Reply
#3


Done, but now it give me this error :
Код:
D:\backup data\Farouk\server 0.3z - Copy\gamemodes\cod6v3.pwn(14) : fatal error 100: cannot read from file: "YSI\y_ini"

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


1 Error.
And I have all the YSI folder, and everything in it and nothing deleted.
Reply
#4

Quote:
Originally Posted by EgyptForLife
Посмотреть сообщение

Done, but now it give me this error :
Код:
D:\backup data\Farouk\server 0.3z - Copy\gamemodes\cod6v3.pwn(14) : fatal error 100: cannot read from file: "YSI\y_ini"

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


1 Error.
And I have all the YSI folder, and everything in it and nothing deleted.
Make sure you have this in (Server/Pawno/Includes/YSI/y_ini ) and if its already there then open pawno.exe and open gamemode.pwn and then compile.

You have to use your pawno.exe where your ALL includes are present which your gamemode.pwn is utilising, Compile the gamemode and post your result.
Reply
#5

Still the same

Edit, I will provide you with a ScreenShot of the YSI folder and the pawno
Reply
#6

Download here and place it in (Pawno/Includes).

https://sampforum.blast.hk/showthread.php?pid=884701#pid884701
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)