SA-MP Forums Archive
Audio Stream Help pls! - 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: Audio Stream Help pls! (/showthread.php?tid=379775)



Audio Stream Help pls! - Beljulji - 23.09.2012

I have one prob with AudioStreamForPlayer i added command
Код:
if(strcmp(cmdtext, "/play", true) == 0) {
    PlayAudioStreamForPlayer(playerid, "http://k006.kiwi6.com/hotlink/0c8oxlxbw1/rammstein_-_reise_reise.mp3");
    return 1;
}
and when i compile i get
Код:
C:\Users\Beljulji\Documents\Samp Server\gamemodes\UltimateStunt.pwn(8416) : error 017: undefined symbol "PlayAudioStreamForPlayer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
an when i add
Код:
new PlayAudioStreamForPlayer;
i get this errors:
Код:
C:\Users\Beljulji\Documents\Samp Server\gamemodes\UltimateStunt.pwn(8416) : error 012: invalid function call, not a valid address
C:\Users\Beljulji\Documents\Samp Server\gamemodes\UltimateStunt.pwn(8416) : warning 215: expression has no effect
C:\Users\Beljulji\Documents\Samp Server\gamemodes\UltimateStunt.pwn(8416) : warning 215: expression has no effect
C:\Users\Beljulji\Documents\Samp Server\gamemodes\UltimateStunt.pwn(8416) : error 001: expected token: ";", but found ")"
C:\Users\Beljulji\Documents\Samp Server\gamemodes\UltimateStunt.pwn(8416) : error 029: invalid expression, assumed zero
C:\Users\Beljulji\Documents\Samp Server\gamemodes\UltimateStunt.pwn(8416) : fatal error 107: too many error messages on one line

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


4 Errors.
and btw i added
Код:
#include <audio>
but i dont see any change pls help!


Re: Audio Stream Help pls! - Squirrel - 23.09.2012

1. Replace your includes with the newest ones
2. Update your streamer


Re: Audio Stream Help pls! - Beljulji - 23.09.2012

where i can get audio include ?


Re: Audio Stream Help pls! - Squirrel - 23.09.2012

Just download whole new SAMP latest version and put your GM/FS in it and then convert


Re: Audio Stream Help pls! - Beljulji - 23.09.2012

well i have latest samp version!


Re: Audio Stream Help pls! - Squirrel - 23.09.2012

Try adding
PHP код:
#define PlayAudioStreamForPlayer 



Re: Audio Stream Help pls! - Beljulji - 23.09.2012

yeah and now i get this
Код:
C:\Users\Beljulji\Documents\Samp Server\gamemodes\UltimateStunt.pwn(8404) : warning 215: expression has no effect



Re: Audio Stream Help pls! - Chrillzen - 23.09.2012

Are you sure you got all the new includes and so on from the new sa-mp package? Does not look like it.


Re: Audio Stream Help pls! - Akira297 - 23.09.2012

StreamAudioForPlayer.


Re: Audio Stream Help pls! - Beljulji - 23.09.2012

well i found prob but now when i stream music song is so bad i hear some noises idk why