31.12.2011, 04:06
ok ive done some beach mapping for new years now i want someone to possibly make me a FS so when i type /song((or whatever cmd is)) is players a audio url please help meeeeeee
CMD:play(playerid, params[])
{
#pragma unused params
if(!IsPlayerInRangeOfPoint(playerid, 25.0, X, Y, Z)) return SendClientMessage(playerid, COLOUR_RED, "You are not near the beach.");
PlayAudioStreamForPlayer(playerid, YOUR_STREAM_URL);
return 1;
}