Page 1 of 1

misicstats

Posted: 2015 May 06 16:41
by laimiukas3
Sveiki gal kas galit padet padaryti custum c4 time wav garsai kad butu :hm:

Code: Select all

if (BombCountVoice)        {            if (g_C4Timer == 30 || g_C4Timer == 20)            {                new temp[64]                                num_to_word(g_C4Timer, temp, charsmax(temp))                format(temp, charsmax(temp), "^"vox/%s seconds until explosion^"", temp)                play_sound(0, temp)            }            else if (g_C4Timer < 11)            {                new temp[64]                                num_to_word(g_C4Timer, temp, charsmax(temp))                format(temp, charsmax(temp), "^"vox/%s^"", temp)                play_sound(0, temp)            }        }        if (BombCountDef && g_Defusing && is_user_alive(g_Defusing))            client_print(g_Defusing, print_center, "%d", g_C4Timer)    }
pasidariau :)