AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   zp knife menu (https://forums.alliedmods.net/showthread.php?t=311947)

NEXO. 11-09-2018 14:23

zp knife menu
 
hi guys,

i need help in zp knife menu

actually i added knife menu to get it when new round's started in zm cso

so it open at round start, if anybody save it till infection and he is zombie then he can select knife and use knife, also model is changed of zm hands to knife model

any solutions?

thanks in advance,

OciXCrom 11-09-2018 15:05

Re: zp knife menu
 
The solution is editing the entire zombie mod.

NEXO. 11-09-2018 15:43

Re: zp knife menu
 
so what can i do now?

my time for infection is 30 seconds

NEXO. 11-10-2018 02:57

Re: zp knife menu
 
can u edit the knife menu and add code in like

zp user infected

close menu

can u do this?

OciXCrom 11-10-2018 09:42

Re: zp knife menu
 
How can I edit something when I don't have it? And no, I won't do it. This is the scripting help section.

NEXO. 11-10-2018 12:08

Re: zp knife menu
 
so i want scripting help

CrazY. 11-10-2018 15:15

Re: zp knife menu
 
You don't need to edit entire zombie plague to fix the problem you described above. Just check if the player is a zombie and block from change if true.

NEXO. 11-12-2018 10:04

Re: zp knife menu
 
public zp_user_infected_post(id)
{
g_has_knife1[id] = false
g_has_knife2[id] = false
g_has_knife3[id] = false
g_has_knife4[id] = false
g_has_knife5[id] = false
}


here it is

its false already

still when u have knife menu opened and u become zombie accidently so u can pick knife and use in zombie


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

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