12.04.2013, 14:06
All you have to do, is change
to
The stock needs to be anywhere outside any callback.
Don't forget to change url to "link here with the quotes, to let the script know you use a string"
pawn Код:
if(dialogid == DIALOG_MUSIC)
{
if(response)
{
PlayAudioStreamForPlayer(i, url, x, y, z, distance);
pawn Код:
if(dialogid == DIALOG_MUSIC)
{
if(response)
{
PlayAudioStreamForAll(url);
Don't forget to change url to "link here with the quotes, to let the script know you use a string"