←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Bazooka W Cod Modzie !

Locked

  • +
  • -
Eldo's Photo Eldo 14.07.2011

Witam Mam ProCoda.

Mam tam bazooke. Wgrywam go na serwer cały silnik nie działa.


O to Logi z Serwera :
[AMXX] Plugin "CodMod.amxx" failed to load: Plugin uses an unknown function (name "daj_bazooke") - check your modules.ini

Jak Widzicie Musze Zmienić coś w modules.ini ale nie wiem co dopisać :D

O to początek .sma

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <fakemeta>
#include <engine>
#include <hamsandwich>
#include <nvault>
#include <colorchat>

new const VERSION[] = "1.0"


#define PLUGIN "Call of Duty: MW Mod"
#define VERSION "0.7.9 Beta"
#define AUTHOR "******"

#define STANDARDOWA_SZYBKOSC 250.0

#define ZADANIE_POKAZ_INFORMACJE 672
#define ZADANIE_WSKRZES 704
#define ZADANIE_WYSZKOLENIE_SANITARNE 736
#define ZADANIE_ZIOLO 736
#define ZADANIE_POKAZ_REKLAME 768
#define ZADANIE_USTAW_SZYBKOSC 832
#define TASK_HEAL 9090


#define	FL_WATERJUMP	(1<<11)
#define	FL_ONGROUND	(1<<9)
#define TASK_FLASH_LIGHT 81184
//#define BOTY 1

native daj_bazooke(id,ile);

Inni Mówią że Potrzebny jest plugin bazooki do coda,lecz nie znam nikogo kto By był w stanie to napisać.

Proszę O Pomoc !
Quote

  • +
  • -
DZIAREK's Photo DZIAREK 14.07.2011

odblokuj wszystkie moduly
czyli edytuj ten plik i usun ";"
sprzed kazdego modulu najlepiej
na pryszlosc ci sie przyda

Dodano 14 lipiec 2011 - 12:17:
czyli powinno to tak wyglądać ;)
;;;
; 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
cstrike
csx
Quote

  • +
  • -
Eldo's Photo Eldo 14.07.2011

Nie Działa....-.-

Dodano 14 lipiec 2011 - 18:19:
Proszę o Pomoc.
Quote

  • +
  • -
DZIAREK's Photo DZIAREK 14.07.2011

moze nie masz jakiegos modułu?
Quote

  • +
  • -
Eldo's Photo Eldo 15.07.2011

Mam All.

Dzięki Za Pomoc Wszystkim Graczom którzy nie mieli 2 minut żeby mi pomóc; )

Musiałem usunąć bazooke z całego cod moda...

temat do zamknięcia
Quote
Locked