-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,80 @@ | ||
# Quiz-System | ||
System Quizu na serwer | ||
<div align="center"> | ||
<h1><p></p>Quiz System<p></p></h1> | ||
<img src="https://github.com/AmxxPro-pl/.github/blob/main/Banner.png"></img> | ||
</div> | ||
|
||
--- | ||
|
||
### Description | ||
- System Quizu, który urozmaici rozgrywkę na twoim serwerze! | ||
- Quiz ten losuje pytanie (domyślnie co 360 sek) na które gracz może odpowiedzieć. Kto pierwszy ten lepszy. | ||
- Waluta ustawiona domyślnie - Monety (bardzo łatwe do zmiany) | ||
- Odczytywanie pytań z pliku quiz.ini | ||
- Odczytywanie cvarów z pliku quiz.cfg | ||
|
||
### Configure | ||
<details> | ||
<summary><b>quiz.ini</b></summary> | ||
|
||
``` | ||
;===================== » QUIZ « ===================== | ||
; Autor pluginu: N1K1Cz | ||
; Strona: © AmxxPro.pl | ||
; Instrukcja dodawania pytania: | ||
; "Pytanie" "Odpowiedz" | ||
"Wiecej niz jedno zwierze to?" "Lama" | ||
"Co lezy i nie dycha?" "Dwie dychy" | ||
"Ile cm ma metr?" "100" | ||
;===================== » QUIZ « ===================== | ||
``` | ||
</details> | ||
|
||
<details> | ||
<summary><b>quiz.cfg</b></summary> | ||
|
||
``` | ||
//===================== » QUIZ - Configuration « ===================== | ||
// Autor pluginu: N1K1Cz | ||
// Strona: © AmxxPro.pl | ||
//Glowny prefix pluginu ( [» AmxxPro.pl «] - Domyślnie ) | ||
amxxpro_quiz_prefix "[» AmxxPro.pl «]" | ||
//Ile kredytow ma byc przyznawane za poprawna odpowiedz? ( 150 - Domyślnie ) | ||
amxxpro_quiz_credits "150" | ||
//===================== » QUIZ - Configuration « ===================== | ||
``` | ||
</details> | ||
|
||
### ScreenShots | ||
|
||
<details> | ||
<summary><b>Server</b></summary> | ||
|
||
- Prepare for Question HUD | ||
|
||
<img src="https://github.com/AmxxPro-pl/Quiz-System/blob/main/img/podam_hud.png"></img> | ||
- Prepare for Question Chat | ||
|
||
<img src="https://github.com/AmxxPro-pl/Quiz-System/blob/main/img/prepare_chat.png"></img> | ||
- Question | ||
|
||
<img src="https://github.com/AmxxPro-pl/Quiz-System/blob/main/img/hud_pytanie.png"></img> | ||
- Bad Answer | ||
|
||
<img src="https://github.com/AmxxPro-pl/Quiz-System/blob/main/img/bledna.png"></img> | ||
- Win in Chat | ||
|
||
<img src="https://github.com/AmxxPro-pl/Quiz-System/blob/main/img/poprawnie.png"></img> | ||
- Win in DHUD | ||
|
||
<img src="https://github.com/AmxxPro-pl/Quiz-System/blob/main/img/dhud.png"></img> | ||
</details> | ||
|
||
### Requirements | ||
- AMXModX 1.9 / AMXModX 1.10 |