27.05.2014, 04:01
PlayerPlaySound
Example:
Код:
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*
pawn Код:
public OnPlayerConnect(playerid)
{
PlayerPlaySound(playerid, 1183, 0, 0, 0);
return 1;
}
public OnPlayerSpawn(playerid)
{
PlayerPlaySound(playerid, 1188, 0, 0, 0);
return 1;
}