Raised This Month: $32 Target: $400
 8% 

I need advice about survivor


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Remaa
New Member
Join Date: Jan 2019
Old 01-15-2019 , 13:39   I need advice about survivor
Reply With Quote #1

Hello people.

Today i am here because i need your help guys. I had nothing to do so i've decided to make an offline zombie version of CS 1.6 with the ZP 5.0.8a, i did everything what i wanted to do and it came out good, but i have one problem, the Survivor. So because i've set human ammo to clip ammo i've decided to raise up zombies HP really high, and when i turn into survivor i deal way too low damage.
I've tryed to add miniGun plugin but it seems like minigun wont register bots as players so it's using the default damage of m249 insted of the custom one.
I've even added a plugin called "Choose the survivor weapon 2.0" i guess and it's working really good but when i want to add the custom weapon on the list, it just stops working.

So, any help will be appreciated, i hope someone can help me solve this.

Thanks
Remaa is offline
love yoyo
Junior Member
Join Date: Apr 2011
Location: AM
Old 01-16-2019 , 08:05   Re: I need advice about survivor
Reply With Quote #2

So, you want to have a gun menu?
love yoyo is offline
Remaa
New Member
Join Date: Jan 2019
Old 01-16-2019 , 13:13   Re: I need advice about survivor
Reply With Quote #3

Quote:
Originally Posted by love yoyo View Post
So, you want to have a gun menu?
Well yeah i want the gun menu but not with the normal guns like ak, m4 etc. i want a menu with the custom guns that i've added so survivor can deal more damage.
Remaa is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 01-17-2019 , 13:56   Re: I need advice about survivor
Reply With Quote #4

Just register the custom guns as extra items and show to survivors only.

Code:
public zp_fw_items_select_pre(id, itemid) {     if (itemid != custom_gun_id)         return ZP_ITEM_AVAILABLE;     if (zp_core_is_zombie(id))         return ZP_ITEM_DONT_SHOW;     if (!zp_class_survivor_get(id))         return ZP_ITEM_DONT_SHOW;     return ZP_ITEM_AVAILABLE; }
__________________









Last edited by CrazY.; 01-17-2019 at 13:56.
CrazY. is offline
Remaa
New Member
Join Date: Jan 2019
Old 01-18-2019 , 14:22   Re: I need advice about survivor
Reply With Quote #5

Quote:
Originally Posted by CrazY. View Post
Just register the custom guns as extra items and show to survivors only.

Code:
public zp_fw_items_select_pre(id, itemid) {     if (itemid != custom_gun_id)         return ZP_ITEM_AVAILABLE;     if (zp_core_is_zombie(id))         return ZP_ITEM_DONT_SHOW;     if (!zp_class_survivor_get(id))         return ZP_ITEM_DONT_SHOW;     return ZP_ITEM_AVAILABLE; }
Well i don't really know how to do that but i will try, thanks for the help
Remaa is offline
Reply


Thread Tools
Display Modes

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 18:48.


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