←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Bład [PLUGINU] PREFIX

  • +
  • -
R3sp3cT - zdjęcie R3sp3cT 21.04.2012

Witam, mam taki problem przy komplimacji tego pluginu

http://amxx.pl/topic...-przed-nickiem/

tutaj macie moje .sma
http://wklej.org/id/737036/


wyskakuje mi takie cos:



Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright © 1997-2006 ITB CompuPhase, AMX Mod X Team

diablo.sma(445) : warning 217: loose indentation
diablo.sma(446) : warning 217: loose indentation
diablo.sma(8892) : error 021: symbol already defined: "handleSayText"
diablo.sma(8920) : warning 204: symbol is assigned a value that is never used: "dhud"
diablo.sma(8920) : warning 204: symbol is assigned a value that is never used: "pCvarPrefixy"

1 Error.
Could not locate output file diablo.amxx (compile failed).


Użytkownik R3sp3cT edytował ten post 21.04.2012 22:33
Odpowiedz

  • +
  • -
ogieR8 - zdjęcie ogieR8 22.04.2012

Masz 2 razy :
register_message(get_user_msgid("SayText"),"handleSayText");


w:
public plugin_init() {


Skasuj jesno, np te pierwsze i będzie po problemie raczej.
Użytkownik ogieR- edytował ten post 22.04.2012 14:10
Odpowiedz

  • +
  • -
DarkGL - zdjęcie DarkGL 24.04.2012

dwa razy dodałeś funkcje handleSayText
Odpowiedz