SA-MP Forums Archive
Help plz. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help plz. (/showthread.php?tid=503992)



Help plz. - EgyptForLife - 01.04.2014

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 ??



Re: Help plz. - Bingo - 01.04.2014

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);



Re: Help plz. - EgyptForLife - 01.04.2014


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.



Re: Help plz. - Bingo - 01.04.2014

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.


Re: Help plz. - EgyptForLife - 01.04.2014

Still the same

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



Re: Help plz. - Bingo - 01.04.2014

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

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