16.01.2012, 06:26
I would put it at the top of your script, and use something like:
If I helped, feel free to rep me!
pawn Код:
If(IsPlayerInRangeOfPoint(playerid, X Cord, Y Cord, Z Cord);
{
//Your Audio stream file shit
}
else
{
//Stopping the Audio Stream File once your leave the area
}
