Include probleme - 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: Include probleme (
/showthread.php?tid=331862)
Include probleme -
BigBaws - 06.04.2012
guys whats the wrong over here
Код:
C:\Users\Mininou\Desktop\Vodka\filterscripts\gangsta.pwn(13) : error 021: symbol already defined: "PlayAudioStreamForPlayer"
C:\Users\Mininou\Desktop\Vodka\filterscripts\gangsta.pwn(14) : error 021: symbol already defined: "StopAudioStreamForPlayer"
Missing includes ? if yes give me link to download them & thanks
Re: Include probleme -
DBan - 06.04.2012
It just means that you already defined it. It shouldn't mean that you have missing includes.
Re: Include probleme -
MadeMan - 06.04.2012
Lines 13 and 14 are not needed.
Re: Include probleme -
Harish - 06.04.2012
did you use #define PlayAudioStreamForPlayer and #define StopAudioStreamForPlayer
delete it
Re: Include probleme -
Rob_Maate - 06.04.2012
Just for your information, PlayAudioStreamForPlayer and StopAudioStreamForPlayer are not callbacks. They cannot be used to execute code in the event of a stream play/stop. So if you've tried to do that, delete.