SA-MP Forums Archive
Simple report system. - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Simple report system. (/showthread.php?tid=178124)



Simple report system. - FrankC - 20.09.2010

I need a simple /report system something like this:

If i report Example: /report 43 Dming

And admins see this: FrankC (5) reported: 43 Dming

and then the admin can do /acceptreport 5
is there a code for this ore a filterscript?


Re: Simple report system. - Tekto - 20.09.2010

What should that /acceptreport 5 do ?


Re: Simple report system. - Mimic - 20.09.2010

Here


Re: Simple report system. - FrankC - 20.09.2010

Quote:
Originally Posted by Tekto
Посмотреть сообщение
What should that /acceptreport 5 do ?
Shows a text to the reporter "Admins have accepted your report, please wait and be pation."

Ore something


Re: Simple report system. - FrankC - 20.09.2010

Quote:
Originally Posted by Mimic
Посмотреть сообщение
Hmm.. ive tryed that .....


Re: Simple report system. - Matej_ - 20.09.2010

I found it, it's here.


Re: Simple report system. - Mimic - 20.09.2010

Quote:
Originally Posted by Matej_
Посмотреть сообщение
I found it, it's here.
lol...


Re: Simple report system. - FrankC - 20.09.2010

Quote:
Originally Posted by Matej_
Посмотреть сообщение
I found it, it's here.
So your the funny guy?


Re: Simple report system. - Mimic - 20.09.2010

There are many scripts that have been released in the gamemode section that contain very simple but useful report systems, i recommend Vortex Roleplay, or Raven's Roleplay, they both have report systems, the difference is one's a dynamic script and the other a static script, which does not matter in this case.


Re: Simple report system. - FrankC - 20.09.2010

Quote:
Originally Posted by Mimic
Посмотреть сообщение
There are many scripts that have been released in the gamemode section that contain very simple but useful report systems, i recommend Vortex Roleplay, or Raven's Roleplay, they both have report systems, the difference is one's a dynamic script and the other a static script, which does not matter in this case.
Okay thanks, i will take a look.