←  Addons (Dodatki)

AMXX.pl: Support AMX Mod X i SourceMod

»

[BaseBulider] Sklep za diamenty

Jeansy's Photo Jeansy 17.01.2012

Posted Image
Przedstawiam wam sklepik na BaseBulider
jest to trochę przerobione z ammopacków na diamenty
Można kupić w nim
Human
-krowa
-autokampa
-granat z laserem
- +100hp
Zombie
-+1000 hp
-+3000 hp
W lewym górnym rogu wyświetla
-Zycie
-forum
-czas gry ile grasz na serwerze obecnie
-klasa zombie
-ilość diamentów
Posted Image
BB_ammo_per_kill - ilosc ammo packow za zabicie
BB_save_ap - (1- zapis ammo packow wlaczony / 0 - wylaczony)

Posted Image
give_ap <nick> <ilosc> - Daje graczowi dana ilosc ammopacków

Posted Image
say /sklep - otwiera sklep

Posted Image
Standardowa

Posted Image
Załączniki

Attached Files


Edited by Tuptusiowy, 29.01.2012 14:41.
Quote

_nothing_'s Photo _nothing_ 17.01.2012

Może jeszcze powiesz, że to twój kod ? Jak ty po prostu zmieniłeś na Diamenty . .
Quote

  • +
  • -
DarkGL's Photo DarkGL 18.01.2012

_nothing_ link do oryginalnego tematu ;) ?
Quote

  • +
  • -
Misiaczek ;c's Photo Misiaczek ;c 18.01.2012

_nothing_ link do oryginalnego tematu ;) ?


http://amxx.pl/topic...em-ammo-packow/

+ sklep podobny do tego http://amxx.pl/topic...sklep-za-fragi/
Quote

Jeansy's Photo Jeansy 18.01.2012

jest to trochę przerobione z ammopacków na diamenty
Hmmm............tam jest sklep za fragi tu za diamenty tzn to jest tylko przerobione z ammopacków na diamenty chyba wyraźnie napisałem czytanie nie boli!!
ja tam nie widzę podobizny w kodzie:)
Quote

  • +
  • -
DarkGL's Photo DarkGL 18.01.2012

Nie widzę podobieństwa w kodzie shopu a w kodzie ammopackow nadal jest że autorem jest G[o]Q
#define AUTHOR "G[o]Q"
tak więc o co chodzi :F
Quote

  • +
  • -
Anonimowy*BB*'s Photo Anonimowy*BB* 28.01.2012

W lewym górnym rogu wyświetla
-Zycie
-forum
-czas gry ile grasz na serwerze obecnie
-klasa zombie
-ilość fragów
Takie same coś by mi się przydało.
Zrobiłbyś mi to oddzielnie ?.
Quote

  • +
  • -
Anonimowy*BB*'s Photo Anonimowy*BB* 01.04.2012

Dziwne próbowałem wgrać na serwer i zupełnie nic nie działa :/.
Proszę o pomoc.
Quote

  • +
  • -
Anonimowy*BB*'s Photo Anonimowy*BB* 01.04.2012

F5...
Proszę o pomoc.
Quote

  • +
  • -
Na 5tyk's Photo Na 5tyk 01.04.2012

Logi, plugins.ini, modules.ini...?
Quote

  • +
  • -
Anonimowy*BB*'s Photo Anonimowy*BB* 05.04.2012

Logi

L 04/05/2012 - 03:18:59: [META] ini: Begin re-reading plugins list: d:/program files/base builder diamenty/cstrike/addons/metamod/plugins.ini
L 04/05/2012 - 03:18:59: [META] ini: Read plugin config for: AMX Mod X
L 04/05/2012 - 03:18:59: [META] ini: Read plugin config for: dproto_EF
L 04/05/2012 - 03:18:59: [META] ini: Finished reading plugins list: d:/program files/base builder diamenty/cstrike/addons/metamod/plugins.ini; Found 2 plugins
L 04/05/2012 - 03:18:59: [META] dll: Updating plugins...
L 04/05/2012 - 03:19:00: [META] dll: Finished updating 8 plugins; kept 1, loaded 0, unloaded 0, reloaded 0, delayed 0
L 04/05/2012 - 03:19:00: Log file closed


plugins.ini
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
********.amxx
bb_ammopacks.amxx
bb_shop.amxx


Modules.ini


;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;mysql
;sqlite
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
fun
engine
fakemeta
;geoip
;sockets
;regex
nvault
hamsandwich


Liczę na pomoc!.
Quote

  • +
  • -
Anonimowy*BB*'s Photo Anonimowy*BB* 05.04.2012

F5..
Bardzo potrzebuje.
Quote

  • +
  • -
Kreskuje's Photo Kreskuje 25.04.2012

MI też nie chce działać :(

Zapraszam do tematu: http://amxx.pl/topic...za-diamenty-bb/
Quote

Trikolo's Photo Trikolo 01.05.2012

Działa ale pobugowany cały jest (mam na myśli to , że jak ma się 0 diamentów można kupic rzecz za np 20 diamentów) nie polecam :P
Quote

LopeZ's Photo LopeZ 30.06.2012

mam problem z /sklep gdy to wpisuje to nic sie nie pojawia ;( moze ktos pomóc?
Quote

wiktor291's Photo wiktor291 20.03.2014

Może ktoś to dostosować do BaseBuilder żeby hud nie znikał?

Quote