monday
Expert
- Joined
- Jun 23, 2014
- Messages
- 1,127
- Solutions
- 1
- Reaction score
- 158
[video=youtube]https://www.youtube.com/watch?v=RS8P5Taz82o[/video]
This mod allows to check the content of "what's new" on forum without the need to minimize the game. It also has a feature which allows to check the details of specific forum account just as presented on the image below. (It shows mine but any account could be checked this way.)
Tested using:
-Cleo 4.1
-Sampfuncs 5.3.1
-Samp 0.3.7
-Python 2.7 (with "BeautifulSoup4" and "requests" modules)
Installation and usage:
1. Unpack the files.rar, put "forumCheck" folder and "forumCheck.cs" inside your CLEO folder.
2. Make sure to have the same software including python plugins (see hyperlinks for instructions).
3. Open forumCheck.py and replace forum credentials with your own (You could make a new account if you are afraid for your info, the credentials are needed because the program has to login before accessing the "what's new" page).
4. Run forumCheck.py and samp.
Trick to launch it automatically when running samp:
Create "samp.bat" file in your gta folder with the following content:
Create a shortcut to it on your Desktop and change the icon if you prefer. Running the shortcut will automatically start both: this mod and samp. You could additionally add other mods too like:
Download (the attachment is not displayed for some reason)
http://www.mediafire.com/file/n0v8lht4rj7fty8/files.rar
[attachment=4994]
This mod allows to check the content of "what's new" on forum without the need to minimize the game. It also has a feature which allows to check the details of specific forum account just as presented on the image below. (It shows mine but any account could be checked this way.)
![uynqtYN.png](http://i.imgur.com/uynqtYN.png)
Tested using:
-Cleo 4.1
-Sampfuncs 5.3.1
-Samp 0.3.7
-Python 2.7 (with "BeautifulSoup4" and "requests" modules)
Installation and usage:
1. Unpack the files.rar, put "forumCheck" folder and "forumCheck.cs" inside your CLEO folder.
2. Make sure to have the same software including python plugins (see hyperlinks for instructions).
3. Open forumCheck.py and replace forum credentials with your own (You could make a new account if you are afraid for your info, the credentials are needed because the program has to login before accessing the "what's new" page).
4. Run forumCheck.py and samp.
Trick to launch it automatically when running samp:
Create "samp.bat" file in your gta folder with the following content:
Code:
cd CLEO/forumCheck
start "" "forumCheck.py"
cd ..
cd ..
start "" "samp.exe"
Code:
cd CLEO/imrpFlags/
start "" "imrpFlags.py"
cd ..
cd forumCheck
start "" "forumCheck.py"
cd ..
cd ..
start "" "samp.exe"
Download (the attachment is not displayed for some reason)
http://www.mediafire.com/file/n0v8lht4rj7fty8/files.rar
[attachment=4994]