1. sayfa (Toplam 1 sayfa)

compile hatası(kısa eklenti)

Gönderilme zamanı: Prş Eyl 13, 2018 12:18 pm
gönderen satknun1997
Merhaba elimde kısa bir eklenti var compile ederken hata alıyorum rica etsem bakabilir misiniz ?
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : error 017: undefined symbol "reliable"
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : warning 215: expression has no effect
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : error 001: expected token: ";", but found ")"
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : error 029: invalid expression, assumed zero
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : fatal error 107: too many error messages on one line
zp_score2.sma

compile hatası(kısa eklenti)

Gönderilme zamanı: Prş Eyl 13, 2018 12:39 pm
gönderen ShooTeR
satknun1997 yazdı: Prş Eyl 13, 2018 12:18 pm Merhaba elimde kısa bir eklenti var compile ederken hata alıyorum rica etsem bakabilir misiniz ?
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : error 017: undefined symbol "reliable"
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : warning 215: expression has no effect
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : error 001: expected token: ";", but found ")"
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : error 029: invalid expression, assumed zero
//cstrike/addons/amxmodx/scripting/zp_score2.sma(62) : fatal error 107: too many error messages on one line

zp_score2.sma

Kod: Tümünü seç

	set_dhudmessage( .red = 0, .green = 255, .blue = 0, .x = -1.0, .y = 0.02, .effects = 0, .fxtime = 6.0, .holdtime = 2.0, .fadeintime = 1.0, .fadeouttime = 1.0, .reliable = false ); 
	show_dhudmessage( 0, "%L                        ", LANG_PLAYER, "SCORE_HUMANS", zp_get_human_count() );
	set_dhudmessage( .red = 100, .green = 100, .blue = 100, .x = -1.0, .y = 0.02, .effects = 0, .fxtime = 6.0, .holdtime = 2.0, .fadeintime = 1.0, .fadeouttime = 1.0, .reliable = false ); 
	show_dhudmessage( 0, "%L^n%L", LANG_PLAYER, "SCORE_ROUND", ( g_iWin[ WIN_HUMANS ] +  g_iWin[ WIN_ZOMBIES ] + g_iWin[ WIN_NO_ONE ] ), LANG_PLAYER,  "SCORE_WINS", g_iWin[ WIN_HUMANS ],  g_iWin[ WIN_ZOMBIES ] );
	set_dhudmessage( .red = 255, .green = 0, .blue = 0, .x = -1.0, .y = 0.02, .effects = 0, .fxtime = 6.0, .holdtime = 2.0, .fadeintime = 1.0, .fadeouttime = 1.0, .reliable = false ); 
	show_dhudmessage( 0, "                         %L", LANG_PLAYER, "SCORE_ZOMBIES", zp_get_zombie_count() );
.red = .green = vs. butun hepsinden bunları kaldır digerlerinide .fxtime = vs ondan sonra duzelir

compile hatası(kısa eklenti)

Gönderilme zamanı: Prş Eyl 13, 2018 1:02 pm
gönderen satknun1997
@ShooTeR sildim compile oldu ama bu seferde eklenti çalışmıyor :D üst skor eklentisi bu neden çalışmıyor olabilir ?

compile hatası(kısa eklenti)

Gönderilme zamanı: Prş Eyl 13, 2018 1:24 pm
gönderen Emre Gezer
:arrow: :arrow: