[Ajuda] Como remover a hora e bug na mъsica
#4

Faзa o seguinte, na entrada do interior:
PHP код:
GameTextForPlayer(playerid"~w~Departamento de policia"50001);
StopAudioStreamForPlayer(playerid); // Pararemos a mъsica
SetTimerEx("Tocar"1000false"i"playerid); // Tempo para iniciar a mъsica
SetPlayerInterior(playerid2);
SetPlayerPos(playerid,2566.6001,-1259.30005,770.5);
PlayerInfo[playerid][pInt] = 2;
SetPlayerVirtualWorld(playerid0);
PlayerInfo[playerid][pLocal] = 255
Criaremos a callback (final do game mode, somente para testar):
PHP код:
forward Tocar(playerid);
public 
Tocar(playerid)
{
    
PlayAudioStreamForPlayer(playerid"http://www.dropbox.com/s/9vmis3jochinobf/Racionais%20Mc_s%20Diario%20De%20Um%20Detento.mp3? dl=1");
    return 
1;

Se nгo der certo, infelizmente nгo sei onde estб o problema, se persistir teste com outra mъsica para ver se o problema ainda sim continuarб.
Reply


Messages In This Thread
Bug na mъsica em interiores - by LucasSkyW - 22.07.2014, 23:17
Re: Como remover a hora e bug na mъsica - by Ley - 22.07.2014, 23:43
Re: Como remover a hora e bug na mъsica - by LucasSkyW - 23.07.2014, 00:02
Re: Como remover a hora e bug na mъsica - by Ley - 23.07.2014, 00:12
Re: Como remover a hora e bug na mъsica - by LucasSkyW - 23.07.2014, 00:33

Forum Jump:


Users browsing this thread: 1 Guest(s)