sound help quick?
#1

I want all players to hear sound when they connect on the server. all players.
Reply
#2

use

pawn Код:
PlayerPlaySound(playerid, soundid, Float:x, Float:y, Float:z);

Sound IDS
[url]http://wiki.sa-mp.com/wiki/SoundID[/url]
Reply
#3

under what? thanks btw
Reply
#4

under
pawn Код:
public OnPlayerConnect(playerid)
Reply
#5

I mean I need my own music man. still says undefined symbol.
Reply
#6

Undefined symbol..what simbol?
Do you have the latest includes?
Reply
#7

pawn Код:
here yo go
public OnPlayerConnect(playerid)
{
        PlayAudioStreamForPlayer(playerid, "http://stream.laut.fm/bluesclub"); // put your own music here
    return 1;
}
Reply
#8

thanks all worked.
Reply
#9

rep both
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)