28.11.2011, 15:14
Hi all
I made a code so when a player join, their is a sound that's play, exaple:
It does'nt stop, it plays forever. I don't now how to fix it, can anyone help me?
I made a code so when a player join, their is a sound that's play, exaple:
Код:
public OnPlayerConnect(playerid) { PlayerPlaySound(playerid, 1185, 0.0, 0.0, 10.0); return 1; }