SA-MP Forums Archive
[HELP]Fix This Please !!! +REP +REP - 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]Fix This Please !!! +REP +REP (/showthread.php?tid=472553)



[HELP]Fix This Please !!! +REP +REP - WhiteAngels - 29.10.2013

I want to Add Song system for my GameMode
I search it ... and i find it...
https://sampforum.blast.hk/showthread.php?tid=415197
Many People Says : Good +REP +REP In the Thread
I think This FS is Nice
But when i Add This ... I have 19 Errors

Код:
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(119) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(125) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(131) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(148) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(154) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(160) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(166) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(170) : warning 217: loose indentation
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(176) : warning 217: loose indentation
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(179) : error 017: undefined symbol "StopAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(186) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(194) : error 017: undefined symbol "PlayAudioStreamForPlayer"
G:\GTA SA-MP Installers\DwTDM~RP v17\filterscripts\Mp3System.pwn(198) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


19 Errors.
How To Fix It ??? +REP For who can fix it

#SorryForMyLittleEnglish


Re: [HELP]Fix This Please !!! +REP +REP - Hamam - 29.10.2013

it should be in filterscript folder not gamemodes folder. Once you add it in your filterscript folder, open server.cfg and in the filterscript line add the name of the pawno.


Re: [HELP]Fix This Please !!! +REP +REP - WhiteAngels - 29.10.2013

Quote:
Originally Posted by Hamam
Посмотреть сообщение
it should be in filterscript folder not gamemodes folder. Once you add it in your filterscript folder, open server.cfg and in the filterscript line add the name of the pawno.
I know ... I put this in FilterScripts Folder not GameMode...
but,i have 19 Errors...


Re: [HELP]Fix This Please !!! +REP +REP - Hamam - 29.10.2013

You can ignore the errors as long as its working ingame.


Re: [HELP]Fix This Please !!! +REP +REP - Konstantinos - 29.10.2013

Quote:
Originally Posted by Hamam
Посмотреть сообщение
You can ignore the errors as long as its working ingame.
As long as he gets errors, he cannot compile and it won't work.

WhiteAngels, those function were added in 0.3d so update the server package for 0.3x R2.


Re: [HELP]Fix This Please !!! +REP +REP - xF4Life - 29.10.2013

fix your includes.


Re: [HELP]Fix This Please !!! +REP +REP - Josh Greening - 29.10.2013

Make sure you have the proper includes.

Also for the one who said he can still use it:
You cannot use the script in game if it gives errors, it won't work.
You can infact, use the script in game if it gives warnings, just some things may not work.


Re: [HELP]Fix This Please !!! +REP +REP - WhiteAngels - 30.10.2013

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
As long as he gets errors, he cannot compile and it won't work.

WhiteAngels, those function were added in 0.3d so update the server package for 0.3x R2.
My Server package is 0.3x R2 ...


Re: [HELP]Fix This Please !!! +REP +REP - Konstantinos - 30.10.2013

Quote:
Originally Posted by WhiteAngels
Посмотреть сообщение
My Server package is 0.3x R2 ...
Like I said, those function were added in 0.3d so your a_samp.inc is not updated.


Re: [HELP]Fix This Please !!! +REP +REP - WhiteAngels - 30.10.2013

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Like I said, those function were added in 0.3d so your a_samp.inc is not updated.
how to updat a_samp.inc in 0.3x ??