Audio Stream need help asap
#1

Hello everyone i have problem when i put playaudiostreamforplayer under onplayerconnect function and stopaudiostreamforplayer under onplayerspawn i dont have any errors but when i join server nothing loads, login or register... even my clearchat
Reply
#2

Bump need help
Reply
#3

Well, as i have understood that your adding audio stream for player when he join and disabling it in same time? oh c'mon? how it would make a function.


you should do this:

PHP код:
public OnPlayerConnect(playerid)
{
    
PlayAudioStreamForPlayer(playerid,"AUDIOURL");
    return 
1;

PHP код:
public OnPlayerDisconnect(playerid)
{
    
StopAudioStreamForPlayer(playerid,"AUDIOURL");
    return 
1;

Reply
#4

I meant onplayerspawn on second ocassion oops. Do you have any idea how to fix this?
Reply
#5

BUMP.
Reply
#6

Quote:
Originally Posted by ElMaestro123
Посмотреть сообщение
BUMP.
Bumping is allowed only after 24 hours.
Reply
#7

Bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)