Audio Stream Help pls!
#1

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

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

where i can get audio include ?
Reply
#4

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

well i have latest samp version!
Reply
#6

Try adding
PHP код:
#define PlayAudioStreamForPlayer 
Reply
#7

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

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

StreamAudioForPlayer.
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)