[FilterScript] Simple /feedback Dialog [Quick Install] - 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] Simple /feedback Dialog [Quick Install] (
/showthread.php?tid=662272)
Simple /feedback Dialog [Quick Install] -
aKnoxx - 27.12.2018
Simple /feedback Dialog CMD
Stop running out of things to script!
My first filterscript. Just started learning how to script about 3 days ago.
Works pretty flawlessly, no bugs. Super simple but a great way to get more suggestions for your server. Makes it very easy for players to give suggestions.
Like I said I'm new to scripting but as a player of samp since 0.3b I've always hated posting suggestions and bug reports on forums. I dunno about you guys but it always feels like a chore to me with the sometimes huge suggestion/bug report format. ESPECIALLY on servers that I haven't even registered on the forums yet.
----------------------------------------------------------------------------------
CMDS:
- /feedback (saves to 'Scriptfiles\Feedback.txt')
- /clearfeedback <confirm> (must be logged into the rcon to use it)
----------------------------------------------------------------------------------


----------------------------------------------------------------------------------
Download: https://github.com/aKnoxxSAMP/Simple...D-Filterscript
Install:
1. Drag all the .rar files into your server folder
2. Go onto your server
3. Type /rcon login <your rcon pass>
4. Type /rcon loadfs feedbackcmd
----------------------------------------------------------------------------------
New scripter. Feedback very appreciated.
Re: Simple /feedback Dialog [Quick Install] -
ZigGamerx - 28.12.2018
Good Job, As are you new scripter, Keep it up.
Re: Simple /feedback Dialog [Quick Install] -
RogueDrifter - 28.12.2018
I think you misunderstood the usage of github, you're supposed to upload the source code(.pwn/.inc) and not executeable/compressed files, upload the source so people can read the code
Re: Simple /feedback Dialog [Quick Install] -
aKnoxx - 28.12.2018
Quote:
Originally Posted by RogueDrifter
I think you misunderstood the usage of github, you're supposed to upload the source code(.pwn/.inc) and not executeable/compressed files, upload the source so people can read the code
|
Done.
Ty
Re: Simple /feedback Dialog [Quick Install] -
Marshall32 - 28.12.2018
Quote:
Originally Posted by RogueDrifter
I think you misunderstood the usage of github, you're supposed to upload the source code(.pwn/.inc) and not executeable/compressed files, upload the source so people can read the code
|
For fucking sake STOP "uploading" your source code each time you make changes..instead use git properly.Setup a local repository add a remote to github one and then stage your changes,commit and push.
Applies to you both
Re: Simple /feedback Dialog [Quick Install] -
aKnoxx - 28.12.2018
Noted. Thnx
Re: Simple /feedback Dialog [Quick Install] -
coool - 28.12.2018
Code:
print ("[FeedbackCMD FS]: ERROR - Feedback.txt not found. /feedback will not function properly. Add a text file called 'Feedback'...");
print ("[FeedbackCMD FS]: ...in your scriptfiles folder, then reload the filterscript for it to function properly.");
Did you know that you can create a file from script without manually setting it up?
https://sampwiki.blast.hk/wiki/Fopen Read "Modes".
Re: Simple /feedback Dialog [Quick Install] -
aKnoxx - 28.12.2018
Quote:
Originally Posted by coool
Code:
print ("[FeedbackCMD FS]: ERROR - Feedback.txt not found. /feedback will not function properly. Add a text file called 'Feedback'...");
print ("[FeedbackCMD FS]: ...in your scriptfiles folder, then reload the filterscript for it to function properly.");
Did you know that you can create a file from script without manually setting it up?
https://sampwiki.blast.hk/wiki/Fopen Read "Modes".
|
No I didnt know that. Thank you, going to change it soon. +repped ya
Re: Simple /feedback Dialog [Quick Install] -
RogueDrifter - 28.12.2018
Quote:
Originally Posted by Marshall32
For fucking sake STOP "uploading" your source code each time you make changes..instead use git properly.Setup a local repository add a remote to github one and then stage your changes,commit and push.
Applies to you both
|
Wow.