08.03.2013, 18:14
Greetings,
I currently made this script a basic stream sound when player connect with this link https://dl-web.dropbox.com/get/First...S6CWuONPV8l5Ug . But when the yenter to server, they don`t listen this fucking link.
^ this is the script. Some one can help me, I think is problem of the link, but I uploaded it like 2 times and was the same problem.
Regards,
Pablo.
I currently made this script a basic stream sound when player connect with this link https://dl-web.dropbox.com/get/First...S6CWuONPV8l5Ug . But when the yenter to server, they don`t listen this fucking link.
pawn Код:
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid, "https://dl-web.dropbox.com/get/First%20of%20the%20Year%20%28Equinox%29%20-%20Skrillex.mp3?w=AADG5HdXsdT9h0Zfzz5OEb6n_U3C9RA9S6CWuONPV8l5Ug");
return 1;
}
public OnPlayerSpawn(playerid)
{
StopAudioStreamForPlayer(playerid);
return 1;
}
Regards,
Pablo.