0 Membres et 1 Invité sur ce sujet
PlayerPlaySound(SOUNDID, Float:X, Float:Y, Float:Z);
Note: Les cordonnée X,Y,Z ne sont pas importantes. Tu peux les mettre à 0
/* Démarre la musique */PlayerPlaySound (playerid, 1062, 0.0, 0.0, 0.0);/* Arrète la musique */PlayerPlaySound (playerid, 1063, 0.0, 0.0, 0.0);