What Is Wrong ...
PHP Code:
Kod:
}
case CSW_M249: // Survivor's M249
{
if (g_survivor[id])
{
if (g_survivor[id])
{
set_pev(id, pev_viewmodel2, model_vm249_survivor)
set_pev(id, pev_weaponmodel2, model_pm249_survivor)
}
else
{
set_pev(id, pev_viewmodel2, model_vm249_survivor)
set_pev(id, pev_weaponmodel2, model_pm249_survivor)
Line : 7781
If I so :
PHP Code:
Kod:
}
case CSW_M249: // Survivor's M249
{
if (g_survivor[id])
{
set_pev(id, pev_viewmodel2, model_vm249_survivor)
set_pev(id, pev_weaponmodel2, model_pm249_survivor)
Errors On Compile
-------------------------Nemesis Idle Sound-------------------------------
PHP Code:
Kod:
public nemesis_play_idle(taskid)
{
// Round ended/new one starting
if (g_endround || g_newround)
return;
static sound[64]
// Last zombie?
if (g_nemesis[ID_BLOOD])
{
ArrayGetString(nemesis_idle, random_num(0, ArraySize(nemesis_idle) - 1), sound, charsmax(sound))
emit_sound(ID_BLOOD, CHAN_VOICE, sound, 1.0, ATTN_NORM, 0, PITCH_NORM)
}
}
Line : 7963
I Have This Sound : Nemesis Say Start Like a Resident Evil
But Nemesis Not Say nothing ...
Why do not I understand. Just as I did Zombie_Idle Was ...
please help . I'm still a beginner I need a little help