Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

[forums.alliedmods.net] [ANY] Map Reporter


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 490
  • Lokalizacja:AMXX.PL
Offline

Napisano 25.02.2012 21:58

Map Reporter


A plugin that allows users to say !reportmap "reason" to report bugs on map to the server operators

Installation:
Screenshots:
Dołączona grafika



Dołączona grafika

Cvars:
  • sm_mapreporter_advert //Allows you to change if it should advert to users on round start
  • sm_mapreporter_mysql //If you want to use mysql or not
Setup:


Quote: Databases.cfg:
"mapreporter"
{
"driver" "mysql"
"host" "YourHost"
"database" "YourDatabase"
"user" "YourUser"
"pass" "YourPassword"
//"timeout" "0"
//"port" "0"
}

MySQL Table:

CREATE TABLE IF NOT EXISTS `map_reports` (
`map` varchar(100) NOT NULL,
`player` varchar(100) NOT NULL,
`steamid` varchar(100) NOT NULL,
`comment` varchar(100) NOT NULL,
`date` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

Webinterface:
Just download it, edit the mysql connection and upload it into your webhost.
ToDo:


Quote: - Nothing Plugin Changelog:


Quote: Map Reporter 1.0
- Initial release
WebbInterface Changelog:


Quote: Webinterface 1.0
- Initial release


Attached Files Dołączona grafika Get Plugin or Get Source (mapreporter.sp - 3.8 KB)

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych