04.04.2012, 19:19
I want all players to hear sound when they connect on the server. all players.
PlayerPlaySound(playerid, soundid, Float:x, Float:y, Float:z);
Sound IDS
[url]http://wiki.sa-mp.com/wiki/SoundID[/url]
public OnPlayerConnect(playerid)
here yo go
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid, "http://stream.laut.fm/bluesclub"); // put your own music here
return 1;
}