24.09.2015, 19:31
SAMPDictionary
Version - 1.0
IntroductionVersion - 1.0
SAMPDictionary is a simple dictionary system that allows you to get definitions of English words in-game. This works on MySQL using the English dictionary database file by x16bkkamz6rkb78 (AKA) "john smith" of sourceforge.net. This filterscript has got only one command currently - /dictionary which displays all the available definitions in a dialog.
Some of the definitions are big, so only 4 definitions are shown at a time for a word. To display more, you can click "Next" button. Note that there won't be a "Next" button if the asked word doesn't have more than four definitions.
Download
GitHub - https://github.com/Lordzy/SAMPDictionary
Release - https://github.com/Lordzy/SAMPDictionary/releases
Installation
- After downloading, extract all the contents to your server directory.
- Open "dictionary.pwn", edit the SQL configuration defines and compile. (You will require zcmd and latest MySQL versions)
- Open phpMyAdmin and login if necessary.
- Select a database.
- Click on import tab and select the "dictionaryStudyTool.sql" from the database folder and upload.
Pictures
http://imgur.com/a/6gIOW (Due to higher resolution, I'm providing the link only).
Thanks to
x16bkkamz6rkb78 (AKA) "john smith" for MySQL English Dictionary database file.
BlueG & maddinat0r for MySQL Plugin.
Zeex for zcmd.
There are no issues found yet, report them if you find any.