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
)

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 lineclient_print_color_new(id, "!g[%s] %L", xPrefix, LANG_PLAYER, "MSG_GUNGAME_XP_LEVEL_UP", 5);client_print_color(id, "!g[%s] %L", xPrefix, LANG_PLAYER, "MSG_GUNGAME_SCORE_XP", 2);
(22-05-2025, 18:32)Merhabalarr Adlı Kullanıcıdan Alıntı: eklentini atarmısın .inc haricinde
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()
}
}
}(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()
}
}
}
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(22-05-2025, 22:49)EmirCW Adlı Kullanıcıdan Alıntı: denermisiniz https://www.webailesi.com/ds-wm-play-15749.inc
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(22-05-2025, 22:53)EmirCW Adlı Kullanıcıdan Alıntı: birdaha denermisiniz https://www.webailesi.com/ds-wm-play-15750.inc