Direct Music Links
#1

Код:
#define FILTERSCRIPT

#include <a_samp>
#include <foreach>
#include <zcmd>

CMD:playall(playerid, params[])
{
	if (!IsPlayerAdmin(playerid)) return 1;
	if (isnull(params)) return SendClientMessage(playerid, -1, "USAGE: /playall [Link]");
	foreach(new i : Player) PlayAudioStreamForPlayer(i, params);
	return 1;
}
So, where can I get a direct music links that I can use to play it?
Reply


Messages In This Thread
Direct Music Links - by DarkMythHunter - 08.06.2018, 14:02
Re: Direct Music Links - by Lokii - 08.06.2018, 14:09
Re: Direct Music Links - by Logic_ - 09.06.2018, 03:31
Re: Direct Music Links - by kovac - 09.06.2018, 07:51

Forum Jump:


Users browsing this thread: 1 Guest(s)