Gal galėtumėte padėti,norėčiau pasidaryti kad mix arenoje rodytų mini ace bet ace ,bet niekaip nesigauna pasidaryti kodo,bandžiau paanudoti kitą bet vistiek nesigavo.
Code: Select all
public valeria() { set_hudmessage(255, 0, 0, -1.0, -1.0, 1, 0.0, 2.0, 0.0, 0.0, 3) show_hudmessage(0, "%L",LANG_PLAYER,"MM_HUD_LIVESTART") new Players[32], Num, id get_players(Players, Num) if ( cs_get_user_team(id) == CS_TEAM_T || cs_get_user_team(id) == CS_TEAM_CT ) { if (g_KillsAce[id] == 4) { new name[32] get_user_name(id, name, 31) set_hudmessage(255, 255, 255, 0.07, 0.69, 0, 6.0, 12.0) show_hudmessage(0, "%L", LANG_PLAYER, "DID_A_MINIACE", name) } g_KillsAce[id] = 0}
