- 0
Volume Audio Script
-
Similar Content
-
Am o problema cu un battlepass,de ce nu merge comanda /misiuni cand o scriu,tin sa precizez ca script-ul mi l-a facut chatgpt
By cbnmihaita,
- 2 answers
- 854 views
-
- 0 replies
- 536 views
-
- 1 answer
- 640 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
XpLoD
if(listitem == 2) { new handleid,volume; if (sscanf(inputtext, "dd", handleid, volume)) { ShowPlayerDialog(playerid, SetVolumeRadio, DIALOG_STYLE_INPUT, "Radio Volume", "Set your volume\nVolume 1 - 100","Set","Cancel"); return 1; } new string[64]; format(string, sizeof(string), "Audio volume set to %d for handle ID %d", volume, handleid); SendClientMessage(playerid, COLOR_YELLOW, string); Audio_SetVolume(playerid, handleid, volume); }Am incercat sa-mi fac si eu un dialog cu 2-3 Radiouri.. xD si tot in dialog sa pun SetVolume ca sa'ti pui si volume-ul xD si nu stiu de ce nu-mi merge...
2 answers to this question
Recommended Posts