←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem = ?!

Locked

  • +
  • -
Krejzol's Photo Krejzol 21.03.2010

Zmnieniałem informacje o klasach i w tej linijce akurat co pokazuje że są błędy to nic nie robiłem.
Błędy

home/groups/amxmodx/tmp3/phpK4uBrU.sma(2485) : error 017: undefined symbol "Lowca"
/home/groups/amxmodx/tmp3/phpK4uBrU.sma(2489) : error 012: invalid function call, not a valid address
/home/groups/amxmodx/tmp3/phpK4uBrU.sma(2489) : warning 215: expression has no effect
/home/groups/amxmodx/tmp3/phpK4uBrU.sma(2489) : error 001: expected token: ";", but found ")"
/home/groups/amxmodx/tmp3/phpK4uBrU.sma(2489) : error 029: invalid expression, assumed zero
/home/groups/amxmodx/tmp3/phpK4uBrU.sma(2489) : fatal error 107: too many error messages on one line

Linijki

2483 case 7:
2484 {
2485 Lowca(id)
2486 }
2487 case 8:
2488 {
2489 Cziter(id)
2490 }


21 marzec 2010 - 19:04:
Już naprawiłem, zapomniałem że nie mam "Lowca" tylko "Hunter". Teraz mam takie coś;

/home/groups/amxmodx/tmp3/phpUUYyBT.sma(2485) : error 012: invalid function call, not a valid address
/home/groups/amxmodx/tmp3/phpUUYyBT.sma(2485) : warning 215: expression has no effect
/home/groups/amxmodx/tmp3/phpUUYyBT.sma(2485) : error 001: expected token: ";", but found ")"
/home/groups/amxmodx/tmp3/phpUUYyBT.sma(2485) : error 029: invalid expression, assumed zero
/home/groups/amxmodx/tmp3/phpUUYyBT.sma(2485) : fatal error 107: too many error messages on one line

.
Czy to w jakiś sposób może spowodać jakieś błędy?
Quote
Locked