pickup up sound id
#2

If you're asking on how to have a pickup play a sound upon entering it, you would do it as follows:
pawn Код:
public OnPlayerPickupPickup(playerid, pickupid)
{
    if(pickupid == ExamplePickup)
    {
        PlayerPlaySound(playerid, soundid); //soundid being the sound id you want to play
        //Other functions here
    }
    return 1;
}
You can browse sound ids by clicking here. If this isn't what you mean, then I'm not too sure what you're asking.
Reply


Messages In This Thread
pickup up sound id - by ScIrUsna - 01.04.2016, 19:14
Re: pickup up sound id - by DTV - 01.04.2016, 19:40
Re: pickup up sound id - by ScIrUsna - 01.04.2016, 19:45
Re: pickup up sound id - by DTV - 01.04.2016, 19:46

Forum Jump:


Users browsing this thread: 2 Guest(s)