Intro Music help !
#2

PlayerPlaySound

Код:
1062 *Videogame music: Go Go Space Monkey* 
1068 *Videogame music: Duality* 
1076 *Videogame music: Letґs Get Ready to Bumble*
1097 *background music* 
1183 *Driving school results music* 
1185 *Bike and boat school results Music* 
1187 *Flight school results music*
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
    PlayerPlaySound(playerid, 1183, 0, 0, 0);
    return 1;
}

public OnPlayerSpawn(playerid)
{
    PlayerPlaySound(playerid, 1188, 0, 0, 0);
    return 1;
}
Reply


Messages In This Thread
Intro Music help ! - by Mach - 27.05.2014, 03:42
Re: Intro Music help ! - by Threshold - 27.05.2014, 04:01
Re: Intro Music help ! - by Ciandlah - 27.05.2014, 05:18
Re: Intro Music help ! - by Rittik - 27.05.2014, 05:23
Re: Intro Music help ! - by Ciandlah - 27.05.2014, 05:25
Re: Intro Music help ! - by Mach - 27.05.2014, 05:54
Re: Intro Music help ! - by Rittik - 27.05.2014, 06:12
Re: Intro Music help ! - by Mach - 27.05.2014, 06:22
Re: Intro Music help ! - by Rittik - 27.05.2014, 06:28
Re: Intro Music help ! - by Mach - 27.05.2014, 06:31

Forum Jump:


Users browsing this thread: 1 Guest(s)