Posts: 414
Threads: 93
Joined: Dec 2010
Quote:
Originally Posted by ricardo178
Yes you can.
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)
Something similar to this should work.. Just gave you example, you have to check the file and that all.
|
ye but how to make the command that will save the link in the file thats what im struggling on.