[Ajuda] Como Que Crio Uma Radio Para SAMP Com Locutor?
#7

Quote:
Originally Posted by iLostec
Посмотреть сообщение
Biel Ja Criei a Radio Em q Parte do Game Mode Boto Esse PlayAudioStream.....
Depende, se vocк quiser por em comando...

PHP код:
CMD:radio(playerid)
{
    
PlayAudioStreamForPlayer(playerid,"//ip da rбdio");
    return 
1;

Se vocк quiser por para o player jб entrar conectado na rбdio:

PHP код:
public OnPlayerConnect(playerid
{
    
PlayAudioStreamForPlayer(playerid,"//ip da rбdio");
    
// resto da public...
    
return 1;

Reply


Messages In This Thread
Como Que Crio Uma Radio Para SAMP Com Locutor? - by iLostec - 26.10.2013, 23:21
Re: Como Que Crio Uma Radio Para SAMP Com Locutor? - by BielCOP - 26.10.2013, 23:26
Re: Como Que Crio Uma Radio Para SAMP Com Locutor? - by zSuYaNw - 26.10.2013, 23:26
Re: Como Que Crio Uma Radio Para SAMP Com Locutor? - by iLostec - 26.10.2013, 23:28
Re: Como Que Crio Uma Radio Para SAMP Com Locutor? - by powerths - 26.10.2013, 23:28
Re: Como Que Crio Uma Radio Para SAMP Com Locutor? - by AlieN_. - 27.10.2013, 02:31
Re: Como Que Crio Uma Radio Para SAMP Com Locutor? - by Ley - 27.10.2013, 05:25

Forum Jump:


Users browsing this thread: 1 Guest(s)