[FilterScript] CD System - first version - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] CD System - first version (
/showthread.php?tid=577864)
CD System - first version -
TheRohlikar - 14.06.2015
Hey guys,
I was trying something to do with SQLite and my "monster" is done.
• Information
This script (CD-S) is a simple system for saving and listening music from internet.
You must just upload '.mp3' or take some URL with '.mp3'/'.m3u' file and paste to game.
• Commands
/cdhelp .. CD System's help dialog
/cdc .. Create a new CD
/cds .. Show your CDs
/cdplay <CD-ID> .. Edit/play CD
• Needs for compile
ZCMD
• To see database (SQLite)
SQLite Manager
• BLOCKED/UNBLOCK
Just choose, who can play your CD - you or everyone
• End
Screens down.
I recommend you upload your files (.mp3, .m3u) to 'kiwi6' and just take hotlink. It's really good hosting ![Smiley](images/smilies/smile.png)
I'll going to do next version with a few things more.
And to end... I hope it's useful !
Thank you.
Screens:
• creating new cd (/cdc)
• adding new song to cd (/cdplay CD_ID -> Add song)
• list of songs and controls
• playing song and show how it looks
Re: CD System - first version -
TheRohlikar - 14.06.2015
-- DOUBLE POST --
(EDITED)
Re: CD System - first version -
Alex Magaсa - 14.06.2015
Simple +Rep! What's the point of [blocked][unblocked]?
Re: CD System - first version -
TheRohlikar - 14.06.2015
Yeah, I forgot...
You can choose, if that CD can play everyone or just you...
//And thank you..
Re: CD System - first version -
chones - 15.06.2015
Well done, simple script with great functionality. You should use "Public" or "Private" instead of "Blocked" and "Unblocked". It would be more appropriately.. No matter what, +rep for your fast progress with the SQLite. Keep going, you're doing well
Xchos / Al_Paka
Re: CD System - first version -
TheRohlikar - 15.06.2015
Changed, it'll be in next version.
Re: CD System - first version -
FplayerGR - 15.06.2015
Very Nice
Re: CD System - first version -
TheRohlikar - 15.06.2015
Thank you !
Re: CD System - first version -
VentureMs - 15.06.2015
the dialog isn't showing up for me! Someone knows why?
This happens with all FS that use dialogs.
Re: CD System - first version -
TheRohlikar - 15.06.2015
Sorry, I don't know...
Just, try use another gamemode. Because, that dialogID can be same like in mode.. (or another script)