Hallo..
ich habe eben das Audio Plugin ( Client & Server ) installiert und wollte,
dass, wenn ein ein connected, ein Sound abgespielt wird, jedoch hört man nichts
audio.ini:
Code
; audio.ini
; This file, along with the audiopacks directory, must be placed
; in the root SA-MP directory.
;
; Notes:
; ------
; 1. The section names (text enclosed in brackets) correspond to the
; folder names in the audiopacks directory.
; 2. The keys (numbers to the left) are the audio IDs, and the values
; are the file names.
; 3. Remote files must be prefixed with http:// (these do not need to
; be in the audiopacks directory).
[default_pack]
1 = fighting.mp3
2 = example.ogg
3 = example.wav
[other_pack]
1 = http://www.website.com/file.mp3
2 = example.ogg
3 = example.wav
Alles anzeigen
pwn:
//OnPlayerConnect
Audio_Play(playerid,1);
// OnGameModeInit
Audio_CreateTCPServer(7777);
Audio_SetPack("default_pack");
Includes etc. sind alle drin..
mfg.
Key