Include probleme
#1

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
Reply
#2

It just means that you already defined it. It shouldn't mean that you have missing includes.
Reply
#3

Lines 13 and 14 are not needed.
Reply
#4

did you use #define PlayAudioStreamForPlayer and #define StopAudioStreamForPlayer

delete it
Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)