[Ajuda] Mostrar nome
#2

pawn Код:
dcmd_mymusic(playerid,params[]){
new url[150], music[50];
if(sscanf(params, "s[150]s[50]", url, music)) return SendClientMessage(playerid, ERRO,"Uso: /mymusic [URL] [NOME]");
if(strlen(url) < 3) return SendClientMessage(playerid,ERRO,"ERROR: URL da mъsica muito curto");
PlayAudioStreamForPlayer(playerid, url);
format(url, sizeof(url), "[INFO]: Tocando a mъsica %s", music);
SendClientMessage(playerid,0x00FF00FF, url);
return 1;}
Reply


Messages In This Thread
Mostrar nome - by zqkRazer - 03.10.2014, 04:57
Re: Mostrar nome - by Bruno13 - 03.10.2014, 06:02
Re: Mostrar nome - by zqkRazer - 03.10.2014, 07:45
Re: Mostrar nome - by DavidCosta - 03.10.2014, 08:13
Re: Mostrar nome - by zqkRazer - 03.10.2014, 09:04
Re: Mostrar nome - by Bruno13 - 04.10.2014, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)