Raised This Month: $51 Target: $400
 12% 

[ZP] Survivor P Weapon Model& Nemesis Idle Sound - Please Help !


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dare-Devil
BANNED
Join Date: Apr 2010
Location: Estonian , Tartu
Old 08-30-2010 , 03:05   [ZP] Survivor P Weapon Model& Nemesis Idle Sound - Please Help !
Reply With Quote #1

-----------------------------Survivor P Weapon Model--------------------------

What Is Wrong ...

PHP Code:
  }
  case 
CSW_M249// Survivor's M249
  
{
  if (
g_survivor[id])
  {
   if (
g_survivor[id])
   {
    
set_pev(idpev_viewmodel2model_vm249_survivor)
    
set_pev(idpev_weaponmodel2model_pm249_survivor)
    }
    else
    {
    
set_pev(idpev_viewmodel2model_vm249_survivor)
    
set_pev(idpev_weaponmodel2model_pm249_survivor
Line : 7781

If I so :

PHP Code:
  }
  case 
CSW_M249// Survivor's M249
  
{
   if (
g_survivor[id])
   {
    
set_pev(idpev_viewmodel2model_vm249_survivor)
    
set_pev(idpev_weaponmodel2model_pm249_survivor
Errors On Compile


-------------------------Nemesis Idle Sound-------------------------------

PHP Code:
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_idlerandom_num(0ArraySize(nemesis_idle) - 1), soundcharsmax(sound))
  
emit_sound(ID_BLOODCHAN_VOICEsound1.0ATTN_NORM0PITCH_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 ...

zombie_plague40.sma

please help . I'm still a beginner I need a little help
Dare-Devil is offline
Send a message via MSN to Dare-Devil
Dare-Devil
BANNED
Join Date: Apr 2010
Location: Estonian , Tartu
Old 08-31-2010 , 13:55   Re: [ZP] Survivor P Weapon Model& Nemesis Idle Sound - Please Help !
Reply With Quote #2

nobody can help me.
Dare-Devil is offline
Send a message via MSN to Dare-Devil
Raddish
BANNED
Join Date: Jul 2008
Location: Argentina
Old 09-01-2010 , 00:37   Re: [ZP] Survivor P Weapon Model& Nemesis Idle Sound - Please Help !
Reply With Quote #3

Quote:
Originally Posted by Dare-Devil View Post
-----------------------------Survivor P Weapon Model--------------------------

What Is Wrong ...

PHP Code:
  }
  case 
CSW_M249// Survivor's M249
  
{
  if (
g_survivor[id])
  {
   if (
g_survivor[id])
   {
    
set_pev(idpev_viewmodel2model_vm249_survivor)
    
set_pev(idpev_weaponmodel2model_pm249_survivor)
    }
    else
    {
    
set_pev(idpev_viewmodel2model_vm249_survivor)
    
set_pev(idpev_weaponmodel2model_pm249_survivor
Line : 7781

If I so :

PHP Code:
  }
  case 
CSW_M249// Survivor's M249
  
{
   if (
g_survivor[id])
   {
    
set_pev(idpev_viewmodel2model_vm249_survivor)
    
set_pev(idpev_weaponmodel2model_pm249_survivor
Errors On Compile


-------------------------Nemesis Idle Sound-------------------------------

PHP Code:
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_idlerandom_num(0ArraySize(nemesis_idle) - 1), soundcharsmax(sound))
  
emit_sound(ID_BLOODCHAN_VOICEsound1.0ATTN_NORM0PITCH_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 ...

Attachment 72561

please help . I'm still a beginner I need a little help

1. You use 1 { and 0 }.

2. Change emit_sound(ID_BLOOD, to emit_sound(0,
Raddish is offline
Dare-Devil
BANNED
Join Date: Apr 2010
Location: Estonian , Tartu
Old 09-01-2010 , 12:46   Re: [ZP] Survivor P Weapon Model& Nemesis Idle Sound - Please Help !
Reply With Quote #4

Thx
Dare-Devil is offline
Send a message via MSN to Dare-Devil
iljos
BANNED
Join Date: Jun 2012
Location: Albania,Durres
Old 10-17-2012 , 12:20   Re: [ZP] Survivor P Weapon Model& Nemesis Idle Sound - Please Help !
Reply With Quote #5

how to dio that for p_weapon survivor
iljos is offline
Send a message via MSN to iljos Send a message via Yahoo to iljos Send a message via Skype™ to iljos
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode