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

[CS:GO/CS:S] Release: Zombie:Reloaded Franug edition (Updated 4-Jul-2022)


Post New Thread Reply   
 
Thread Tools Display Modes
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 02-21-2016 , 00:09   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #41

Quote:
Originally Posted by kaeming View Post
there's a plugin for that if I'm not wrong , burn slow down
found it, thanks


also: how to make humans hold more than three grenades?

im using grenade_effects plugin


ammo_grenade_limit_total 4
ammo_grenade_limit_default 4
ammo_grenade_limit_flashbang 4

//franug_weapons
sm_zeusweapons_smoke 1 // Number of smoke
sm_zeusweapons_hegrenade 1 // Number of hegrenade
sm_zeusweapons_decoy 1 // Number of decoy
sm_zeusweapons_molotov 1 // Number of molotov
sm_zeusweapons_flash 1 // // Number of flashbang

but still humans only get flashback, hegreande, and molotov

smoke and flash are dropped and cant be picked up


gamemode is casual but i dont see why that matters when you can just change the cvars
__________________

Last edited by PresidentEvil; 02-21-2016 at 00:27.
PresidentEvil is offline
fr13nds
Junior Member
Join Date: Feb 2016
Old 02-21-2016 , 00:55   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #42

it plugin error i change skin mapeadores and got error not working
fr13nds is offline
Dim_oK
AlliedModders Donor
Join Date: Feb 2011
Location: Mother Russia
Old 02-21-2016 , 08:59   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #43

Quote:
Originally Posted by Franc1sco View Post
Fixed: https://github.com/Franc1sco/sm-zomb...f10b479856e4da

And you need
Code:
zr_infect_mzombie_countdown "1"
for enable the countdown sounds
After adding files, now error:

L 02/21/2016 - 16:49:48: [zombiereloaded.smx] [Downloads] [Config Validation] Missing file "ambient/zr/zr_ambience.mp3"
L 02/21/2016 - 16:49:48: [zombiereloaded.smx] [Downloads] [Config Validation] Missing file "zr/fz_scream1.mp3"

upd
the same error
SV_StartSound: ambient/zr/zr_ambience.mp3 not precached (0)
__________________
Sorry for my bad english

Last edited by Dim_oK; 02-21-2016 at 12:00.
Dim_oK is offline
Vaxa
Member
Join Date: Nov 2014
Old 02-22-2016 , 05:01   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #44

Димок,вот пути прекэша поменяешь,на какие матерятся,и скомпили)
PHP Code:
#include <sourcemod>

public Plugin:myinfo =
{
 
name        "sound cahe",
 
author      "aza",
 
version     "3.0"
};
public 
OnMapStart()
{        
    
PrecacheSound("*music/zombie/fz_scream1.mp3");
    
PrecacheSound("*music/zombie/zombie_die1.mp3");
    
PrecacheSound("*music/zombie/zombie_die2.mp3");
    
PrecacheSound("*music/zombie/zombie_die3.mp3");
    
PrecacheSound("*music/zombie/zombie_pain1.mp3");
    
PrecacheSound("*music/zombie/zombie_pain2.mp3");
    
PrecacheSound("*music/zombie/zombie_pain3.mp3");
    
PrecacheSound("*music/zombie/zombie_pain4.mp3");
    
PrecacheSound("*music/zombie/zombie_pain5.mp3");
    
PrecacheSound("*music/zombie/zombie_pain6.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle1.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle2.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle3.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle4.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle5.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle6.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle7.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle8.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle9.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle10.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle11.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle12.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle13.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle14.mp3");
    
PrecacheSound("*music/zombie/zm.mp3");
    
PrecacheSound("*zr_dl/1.mp3");
    
PrecacheSound("*zr_dl/10.mp3");
    
PrecacheSound("*zr_dl/2.mp3");
    
PrecacheSound("*zr_dl/3.mp3");
    
PrecacheSound("*zr_dl/4.mp3");
    
PrecacheSound("*zr_dl/5.mp3");
    
PrecacheSound("*zr_dl/6.mp3");
    
PrecacheSound("*zr_dl/7.mp3");
    
PrecacheSound("*zr_dl/8.mp3");
    
PrecacheSound("*zr_dl/9.mp3");
    
PrecacheSound("music/zombie/fz_scream1.mp3");
    
PrecacheSound("music/zombie/zombie_die1.mp3");
    
PrecacheSound("music/zombie/zombie_die2.mp3");
    
PrecacheSound("music/zombie/zombie_die3.mp3");
    
PrecacheSound("music/zombie/zombie_pain1.mp3");
    
PrecacheSound("music/zombie/zombie_pain2.mp3");
    
PrecacheSound("music/zombie/zombie_pain3.mp3");
    
PrecacheSound("music/zombie/zombie_pain4.mp3");
    
PrecacheSound("music/zombie/zombie_pain5.mp3");
    
PrecacheSound("music/zombie/zombie_pain6.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle1.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle2.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle3.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle4.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle5.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle6.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle7.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle8.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle9.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle10.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle11.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle12.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle13.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle14.mp3");
    
PrecacheSound("music/zombie/zm.mp3");
    
PrecacheSound("zr_dl/1.mp3");
    
PrecacheSound("zr_dl/10.mp3");
    
PrecacheSound("zr_dl/2.mp3");
    
PrecacheSound("zr_dl/3.mp3");
    
PrecacheSound("zr_dl/4.mp3");
    
PrecacheSound("zr_dl/5.mp3");
    
PrecacheSound("zr_dl/6.mp3");
    
PrecacheSound("zr_dl/7.mp3");
    
PrecacheSound("zr_dl/8.mp3");
    
PrecacheSound("zr_dl/9.mp3");


Last edited by Vaxa; 02-22-2016 at 05:02.
Vaxa is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 02-22-2016 , 17:02   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #45

Tactical Awareness Grenade - Slows down all zombies in area to half speed
Medi-Shot - When used, heals human and makes them immune to infection for 10 seconds
Heavy Assault Suit - Protects up to 300 damage of zombie attack, no infection until 300 damage is inflicted(suit is broken and removed)

item_heavyassaultsuit
weapon_tagrenade
weapon_healthshot
__________________

Last edited by PresidentEvil; 02-23-2016 at 02:43.
PresidentEvil is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 02-22-2016 , 18:45   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #46

Explosive grenade never saves in zmarket. It's always set to none, eventhough it's set to auto rebuy.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
fr13nds
Junior Member
Join Date: Feb 2016
Old 02-23-2016 , 14:48   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #47

not working for change zombie skin,, i change zombie skin and got error crash
fr13nds is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 02-23-2016 , 16:41   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #48

Quote:
Originally Posted by fr13nds View Post
not working for change zombie skin,, i change zombie skin and got error crash


it works fine, follow the directions
__________________
PresidentEvil is offline
fr13nds
Junior Member
Join Date: Feb 2016
Old 02-24-2016 , 08:41   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #49

Quote:
Originally Posted by PresidentEvil View Post
it works fine, follow the directions
can you give me the tutorial ?
fr13nds is offline
kaeming
Senior Member
Join Date: Nov 2015
Old 02-24-2016 , 21:46   Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
Reply With Quote #50

Quote:
Originally Posted by fr13nds View Post
can you give me the tutorial ?
update ur downloads.txt player class etc , it should work
__________________
Add me up HERE if you have inquiries regarding server related stuff!
CS:GO Multimod & Jailbreak Servers > I am selling my entire ready to play server, add me up on steam to discuss.
kaeming is offline
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 19:19.


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