[REQ] Multi-Surv Weapon
1 Attachment(s)
I need survivor to have weapons like in this picture, multiple weapons to choose from.
|
Re: [REQ] Multi-Surv Weapon
i need a lot of shit too.
|
Re: [REQ] Multi-Surv Weapon
1 Attachment(s)
How many primary weapon you want?
**Edited** Code added, please try. |
Re: [REQ] Multi-Surv Weapon
I add these and give me errors
Code:
fm_give_item(id, "weapon_xm1014") |
Re: [REQ] Multi-Surv Weapon
Quote:
PHP Code:
|
Re: [REQ] Multi-Surv Weapon
Works thanx.
|
Re: [REQ] Multi-Surv Weapon
1 Attachment(s)
How i can make unlimited clip ammo this weapons ? xD
|
Re: [REQ] Multi-Surv Weapon
Gratz in reviving a dead topic. You deserve a medal!
|
Re: [REQ] Multi-Surv Weapon
add the Code Your Mod ZM
______________________ new cvar_survweapon, cvar_survweapon1, cvar_survweapon2 plugin_init { cvar_survweapon = register_cvar("zp_surv_weapon", "weapon_ak47") cvar_survweapon1 = register_cvar("zp_surv_weapon1", "weapon_m4a1") cvar_survweapon2 = register_cvar("zp_surv_weapon2", "weapon_xm1014") } humanme(id, survivor, silentmode, sniper) { // Set human attributes based on the mode if (survivor) { // Give survivor his own weapon static survweapon[32], survweapon1[32], survweapon2[32] get_pcvar_string(cvar_survweapon, survweapon, charsmax(survweapon)) get_pcvar_string(cvar_survweapon1, survweapon1, charsmax(survweapon1)) get_pcvar_string(cvar_survweapon2, survweapon2, charsmax(survweapon2)) fm_give_item(id, survweapon) fm_give_item(id, survweapon1) fm_give_item(id, survweapon2) } |
Re: [REQ] Multi-Surv Weapon
Quote:
Just edit your zombieplague.cfg file. |
| All times are GMT -4. The time now is 14:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.