[Pedido] Sound Previewer
#6

Fiz um bem bбsico aqui sу pra testar os sons in-game. Quem quiser..

PHP код:
#include <a_samp>   // http://sa-mp.com/download.php
#include <zcmd>     // https://sampforum.blast.hk/showthread.ph...7.94444787
#include <sscanf2>  // https://sampforum.blast.hk/showthread.ph...7.94444787
public OnFilterScriptInit(){
    print(
"\n");
    return 
1;
}
CMD:escutarsom(playeridparams[]){
    new 
SomID;
    if (
sscanf(params"i"SomID)) return SendClientMessage(playerid0xFFFF00FF"Comando: {FFFFFF}/escutarsom [ID do Som]"), SendClientMessage(playerid0xFFFF00FF"Use para escutar um som do SA:MP");{
        
PlayerPlaySound(playeridSomID000);
        
GameTextForPlayer(playerid"~r~tocando."30001);
    }
    return 
1;

Reply


Messages In This Thread
Sound Previewer - by capron - 23.01.2017, 00:21
Respuesta: Sound Previewer - by SammyJ - 23.01.2017, 00:23
Re: Sound Previewer - by JhefTFJ - 23.01.2017, 01:05
Re: Sound Previewer - by IlanZ - 23.01.2017, 01:30
Re: Sound Previewer - by BobbMarley - 23.01.2017, 01:34
Re: Sound Previewer - by capron - 23.01.2017, 02:56

Forum Jump:


Users browsing this thread: 1 Guest(s)