Solved Hellp

Unpaid Requests, Public Plugins
Post Reply
User avatar
Amine_escaper_dz
Member
Member
Algeria
Posts: 9
Joined: 5 years ago
Contact:

Hellp

#1

Post by Amine_escaper_dz » 5 years ago

http://www.mediafire.com/file/42b5jf7cbmr4pan/Guillot ..
Can some one change this gun (sma) to knife

User avatar
Night Fury
Mod Developer
Mod Developer
Posts: 677
Joined: 7 years ago
Contact:

#2

Post by Night Fury » 5 years ago

Explain.
Want your own mod edition? PM me.
Accepting private projects.
Discord: Fury#7469
Image

User avatar
sPe3doN
Senior Member
Senior Member
Algeria
Posts: 258
Joined: 7 years ago
Contact:

#3

Post by sPe3doN » 5 years ago

Jack GamePlay wrote: 5 years agoExplain.
He want this items to vip only when Game start vip get this item as knife
here : viewtopic.php?f=14&t=141
Image

User avatar
Amine_escaper_dz
Member
Member
Algeria
Posts: 9
Joined: 5 years ago
Contact:

#4

Post by Amine_escaper_dz » 5 years ago

Yes when start round VIP get item as knife like server world war zombie escape

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#5

Post by Raheem » 5 years ago

  1. #include <zombie_escape>
  2. #include <ze_vip>
  3.  
  4. public plugin_init()
  5. {
  6.     register_plugin("Give Knife", "1.0", "Raheem")
  7. }
  8.  
  9. public ze_user_humanized(id)
  10. {
  11.     if (ze_get_vip_flags(id) & VIP_A)
  12.     {
  13.         ze_force_buy_item(id, ze_get_item_id("Blood Dripper"), 1)
  14.     }
  15. }

You will need to install this item, and VIPS will get it every new round for free.
He who fails to plan is planning to fail

User avatar
Amine_escaper_dz
Member
Member
Algeria
Posts: 9
Joined: 5 years ago
Contact:

#6

Post by Amine_escaper_dz » 5 years ago

Raheem wrote: 5 years ago
  1. #include <zombie_escape>
  2. #include <ze_vip>
  3.  
  4. public plugin_init()
  5. {
  6.     register_plugin("Give Knife", "1.0", "Raheem")
  7. }
  8.  
  9. public ze_user_humanized(id)
  10. {
  11.     if (ze_get_vip_flags(id) & VIP_A)
  12.     {
  13.         ze_force_buy_item(id, ze_get_item_id("Blood Dripper"), 1)
  14.     }
  15. }

You will need to install this item, and VIPS will get it every new round for free.
But blood diper is gun not knife

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#7

Post by Raheem » 5 years ago

I think it's knife, or what you mean?
He who fails to plan is planning to fail

User avatar
Night Fury
Mod Developer
Mod Developer
Posts: 677
Joined: 7 years ago
Contact:

#8

Post by Night Fury » 5 years ago

Download the gun from here: viewtopic.php?f=14&t=141
Open the source file & find:

  1. #define CSW_BDRIPPER CSW_MAC10
  2. #define weapon_guillotine "weapon_mac10"
  3. #define old_event "events/mac10.sc"
  4. #define old_w_model "models/w_mac10.mdl"

& replace it with this:

  1. #define CSW_BDRIPPER CSW_KNIFE
  2. #define weapon_guillotine "weapon_knife"
  3. #define old_event "events/knife.sc"
  4. #define old_w_model "models/w_knife.mdl"
Want your own mod edition? PM me.
Accepting private projects.
Discord: Fury#7469
Image

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 1 guest