27.05.2014, 09:39
Some tips by me:
- It's not necessary to an include have the .inc extension. and not Necessary to place it in pawno/include. but importing way is different.
In my case i have an .pwn file contain some definitions.
- Making functions in not too hard!
- Those are functions, not callbacks!
- You must replace :
to
For Stop the stream you no need the url[] parameter.
- It's not necessary to an include have the .inc extension. and not Necessary to place it in pawno/include. but importing way is different.
In my case i have an .pwn file contain some definitions.
pawn Code:
#include "../gamemodes/definitions.pwn"
#include "../include/colors.inc"
#include "../../ifarbod.txt"
- Those are functions, not callbacks!
- You must replace :
pawn Code:
stock StopAudioStreamForAll(url[])
pawn Code:
stock StopAudioStreamForAll()

