pickup up sound id
#1

Hi,

Please give my pickup up sound id.
Reply
#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
#3

I need just sound id which contains when you pickup up pickup
Reply
#4

Try using 3036 or 1150.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)