Forumdaki hs sesi yüklediğim zaman pluginde böyle bir hata gözüküyor çözümünü bilen varsa yardımcı olabilir mi ?
warning 204: symbol is assigned a value that is never used: "olen"
Header size: 332 bytes
Code size: 676 bytes
Data size: 496 bytes
Stack/heap size: 16384 bytes
Total requirements: 17888 bytes
1 Warning.
Done.
Sma İçerisi:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
new const ses[] = { "headshot2.wav" }
new const ses2[] = { "headshot1.wav" }
public plugin_init() {
// Q47 Yapimci
register_event("DeathMsg", "Event_DeathMsg", "a")
}
public plugin_precache() precache_sound(ses) , precache_sound(ses2)
public Event_DeathMsg()
{
new olen = read_data(1)
new olduren = read_data(2)
new headshotalgilama = read_data(3)
if(headshotalgilama)
{
devamm(olduren)
}
}
public devamm(id)
{
switch(random_num(0,1))
{
case 1:{
emit_sound(id, CHAN_AUTO, ses, VOL_NORM, ATTN_NORM , 0, PITCH_NORM)
}
case 2:{
emit_sound(id, CHAN_AUTO, ses2, VOL_NORM, ATTN_NORM , 0, PITCH_NORM)
}
}
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1055\\ f0\\ fs16 \n\\ par }
*/
Konu
1 Warning Bişey Olmaz Siz Direk Kurun Calısır. Bende aldım Direk Kurdum Calıstı Sıkıtnı Olmaz Yani
~ CS2 Ücretli Eklenti - CS 1.6 Ücretli Eklenti ~
)


