⭐🚀 TkyNET | Blacklist ve Profesyonel DDoS Korumalı TeamSpeak 3 Sunucuları 🚀⭐
Sponsor Görsel
🇹🇷 TR Lokasyon | 🛡️ Gelişmiş DDoS Koruması | ⚡ Düşük Ping | 🎧 Kesintisiz TS3 | Hostlar
Sponsor Görsel 2
SponsorSponsor

En Çok Beğeni Alan Cevaplar

heaveNN
2 Beğeni

Serhat bu aralar finallerim var onlarla uğraşıyorum, ikinizi de yanlış anlamış olabilirim. Yapan olmazsa bana discord üzerinden ulaş finallerim bittiğinde yardımcı olayım: heavenn12

Konu

#1
Merhabalar, Gungame sunucum için XP ve LEVEL sistemli bir eklenti buldum, bunun içine bir kaç fonksiyon ekledikten sonra kütüphaneden kaynaklı eklenti hata vermektedir.

Kullandığım kütüphane:
.incwm_play.inc(Dosya Boyutu: 3,22 KB | İndirme Sayısı: 9)


Kütüphane hatası: 
Kod:
include/wm_play.inc(39) : error 021: symbol already defined: "client_print_color"
include/wm_play.inc(39) : error 001: expected token: "=", but found ","
include/wm_play.inc(39) : error 008: must be a constant expression; assumed zero
include/wm_play.inc(39) : fatal error 107: too many error messages on one line



Eklentiye Eklediğim kod: 

Kod:
client_print_color_new(id, "!g[%s] %L", xPrefix, LANG_PLAYER, "MSG_GUNGAME_XP_LEVEL_UP", 5);
PHP Kod:
client_print_color(id"!g[%s] %L"xPrefixLANG_PLAYER"MSG_GUNGAME_SCORE_XP"2); 
#2
eklentini atarmısın .inc haricinde
| Return All Starz | Valorant Mod | 95.173.173.31 |
#3
(22-05-2025, 18:32)Merhabalarr Adlı Kullanıcıdan Alıntı: eklentini atarmısın .inc haricinde

Buyrun; https://www.webailesi.com/ds-gelismisxp-15748.sma
Son Düzenleme: 22-05-2025, 19:13, Düzenleyen: Serhat Öndeş.
#4
Kütüphaneden burayı silip deneyin;
Kod:
stock client_print_color(const id, const input[], any:...)
{
    new count = 1, players[32]
    static msg[191]
    vformat(msg, 190, input, 3)
    
    replace_all(msg, 190, "!g", "^4")
    replace_all(msg, 190, "!y", "^1")
    replace_all(msg, 190, "!t", "^3")
    replace_all(msg, 190, "!t2", "^0")
    
    if (id) players[0] = id; else get_players(players, count, "ch")

    for (new i = 0; i < count; i++)
    {
        if (is_user_connected(players[i]))
        {
            message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
            write_byte(players[i])
            write_string(msg)
            message_end()
        }
    }
}

Steam:Tıkla • Discord: lynchk
#5
(22-05-2025, 22:17)Lynchk Adlı Kullanıcıdan Alıntı: Kütüphaneden burayı silip deneyin;
Kod:
stock client_print_color(const id, const input[], any:...)
{
    new count = 1, players[32]
    static msg[191]
    vformat(msg, 190, input, 3)
    
    replace_all(msg, 190, "!g", "^4")
    replace_all(msg, 190, "!y", "^1")
    replace_all(msg, 190, "!t", "^3")
    replace_all(msg, 190, "!t2", "^0")
    
    if (id) players[0] = id; else get_players(players, count, "ch")

    for (new i = 0; i < count; i++)
    {
        if (is_user_connected(players[i]))
        {
            message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
            write_byte(players[i])
            write_string(msg)
            message_end()
        }
    }
}


Bahsettiğiniz gibi güncelleme yapınca eklentide bu hatalar çıktı.

Kod:
cs_rank_system.sma(92) : error 017: undefined symbol "g_status_sync"
cs_rank_system.sma(107) : error 035: argument type mismatch (argument 2)
cs_rank_system.sma(108) : error 035: argument type mismatch (argument 2)
cs_rank_system.sma(108) : warning 215: expression has no effect
cs_rank_system.sma(108) : error 001: expected token: ";", but found ")"
cs_rank_system.sma(108) : error 029: invalid expression, assumed zero
cs_rank_system.sma(108) : fatal error 107: too many error messages on one line

#6
denermisiniz https://www.webailesi.com/ds-wm-play-15749.inc
platin sarılara ücretsiz destek 
#7
(22-05-2025, 22:49)EmirCW Adlı Kullanıcıdan Alıntı: denermisiniz https://www.webailesi.com/ds-wm-play-15749.inc

Kütüphane yine hata verdi;

Kod:
include/wm_play.inc(38) : error 021: symbol already defined: "client_print_color"
include/wm_play.inc(38) : error 001: expected token: "=", but found ","
include/wm_play.inc(38) : error 008: must be a constant expression; assumed zero
include/wm_play.inc(38) : fatal error 107: too many error messages on one line

#8
birdaha denermisiniz https://www.webailesi.com/ds-wm-play-15750.inc
platin sarılara ücretsiz destek 
#9
(22-05-2025, 22:53)EmirCW Adlı Kullanıcıdan Alıntı: birdaha denermisiniz https://www.webailesi.com/ds-wm-play-15750.inc

Kütüphane hatası düzeldi, eklentide bu hatalar çıktı.

cs_rank_system.sma(92) : error 017: undefined symbol "g_status_sync"
cs_rank_system.sma(107) : error 035: argument type mismatch (argument 2)
cs_rank_system.sma(108) : error 035: argument type mismatch (argument 2)
cs_rank_system.sma(108) : warning 215: expression has no effect
cs_rank_system.sma(108) : error 001: expected token: ";", but found ")"
cs_rank_system.sma(108) : error 029: invalid expression, assumed zero
cs_rank_system.sma(108) : fatal error 107: too many error messages on one line
#10
https://www.webailesi.com/ds-gelismisxp-15752.sma
platin sarılara ücretsiz destek 

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da