17.02.2012, 12:07
Yes you can.
Just make it save the link in the file, than read...
Like:
Something similar to this should work.. Just gave you example, you have to check the file and that all.
Just make it save the link in the file, than read...
Like:
pawn Код:
new link;
link = dini_Int(file, "Music1")
PlayAudioStreamForPlayer(playerid, link, Float:posX = 0.0, Float:posY = 0.0, Float:posZ = 0.0, Float:distance = 50.0, usepos = 0)