Ana eklentide "get_gungame_level" ve "add_gungame_score" adında native bulunmamakta. Bu nativelerin doğru çalıştığından emin misiniz? Attığınız kill asist eklentisinde
başlığı her zaman 1 değerini döndürmekte.
bu başlık ise sadece skoru +1 arttırmakta.
Native mantığında çalışmıyor bahsettiğin bu iki kod
PHP Kod:
public get_gungame_level(const id)
{
return 1;
}
PHP Kod:
public add_gungame_score(const id)
{
if(!is_user_connected(id)) return;
new Float:fFrags;
get_entvar(id, var_frags, fFrags);
fFrags++;
set_entvar(id, var_frags, fFrags);
message_begin(MSG_ONE, g_iMsgScoreInfo, _, id);
write_byte(id);
write_short(floatround(fFrags));
write_short(get_member(id, m_iDeaths));
write_short(0);
write_short(get_member(id, m_iTeam));
message_end();
}
Native mantığında çalışmıyor bahsettiğin bu iki kod
)


https://www.webailesi.com/ds-gelismisxp-15802.sma
Ne gungame modmuş arkadaş