30.09.2013, 20:09
X-Radio
SQLite, sscanf2, zcmd
What is so special about this?SQLite, sscanf2, zcmd
This script uses SQLite to save radio stations that players use. These can be added and removed in-game as well as played.
Tables
This script only uses one SQLite table. To create the table, use the code below.
Код:
CREATE TABLE `radios` (`name`,`owner`,`url`)
None found so far, if you happen to find any, reply here or send a private message to me.
Credits
xXShadowXx - main coding of the script.
****** - sscanf2, DB_Escape function.
Zeex - zcmd.
Download
(pastebin)
(solidfiles)
Notes
- It would be nice if you were to display credits for this.
- Do not claim it as your own.
- Any suggestions, PM me or post here.
Thanks for looking.