01.01.2017, 20:30
Add under
if you want it to play when someone join just.
if you want it as Command use (zcmd):
i don't thing and there's a way to hide it from main chat.
PHP код:
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid,"Your Audio or song site");
return 1;
}
if you want it as Command use (zcmd):
PHP код:
#include <zcmd>
CMD:music(playerid,params[])
{
PlayAudioStreamForPlayer(playerid,"Your Audio or song site");
return 1;
}