Search found 177 matches

by Luxurious
3 years ago
Forum: Public Requests
Topic: steam api error
Replies: 4
Views: 4683

steam api error

any solve for this problem .>>?
Capture.PNG
by Luxurious
3 years ago
Forum: Public Requests
Topic: Knife Menu With Lvl
Replies: 11
Views: 9079

Re: Knife Menu With Lvl

i gave my self level 50 and i tried to choose the knifes but it not work

i mean 1 knife with access
by Luxurious
3 years ago
Forum: Public Requests
Topic: Knife Menu With Lvl
Replies: 11
Views: 9079

Re: Knife Menu With Lvl

i mean to add knife [VIP] in menu

and the menu is working but when i choose some knife from menu i don`t get the knife
by Luxurious
3 years ago
Forum: Public Requests
Topic: Knife Menu With Lvl
Replies: 11
Views: 9079

Re: Knife Menu With Lvl

No Knife vip in menu ?
by Luxurious
3 years ago
Forum: Public Requests
Topic: Knife Menu With Lvl
Replies: 11
Views: 9079

Knife Menu With Lvl

Any one can make this knife level in menu not auto ?? #include <zombie_escape> #include <ze_levels> // Models new const g_szKnife1[][] = { "models/dg/v_knife_griff.mdl", "models/dg/p_knife_griff1.mdl" } new const g_szKnife2[][] = { "models/dg/v_flip_t.mdl", "models...
by Luxurious
3 years ago
Forum: Scripting Help
Topic: api error
Replies: 1
Views: 3212

Re: api error

Solved!
by Luxurious
3 years ago
Forum: Scripting Help
Topic: api error
Replies: 1
Views: 3212

api error

i tried to CONVIRT some plugin to our mode but i have gut 2 error Capture.PNG #include < cstrike > #include < zombie_escape > native give_vip_ethereal(id) native give_vip_darknight(id) native give_vip_ak47balrog(id) new const PLUGIN_INFO[ ] = { "vip menu", "1.0", "texasik&qu...
by Luxurious
3 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192211

Re: level probleem

Raheem wrote: 3 years ago Change: To:
Edit : Sloved ! Thx
by Luxurious
3 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192211

level probleem

i don`t know why when i use ze_new_level_zero_xp 0 is shown like that ! any help ?! #include <zombie_escape> // Defines #define MAX_LEVEL 40 #define TASK_SHOWHUD 2020 #define TASK_DOUBLE 1133 #define REPEAT_TIME 60.0 #define ID_SHOWHUD (taskid - TASK_SHOWHUD) #define LEVELUP "levelup_ZE/ze_leve...
by Luxurious
3 years ago
Forum: Technical Support
Topic: Segmentation fault
Replies: 12
Views: 10937

Re: Segmentation fault

aha Thx is resloved !
by Luxurious
3 years ago
Forum: Technical Support
Topic: Segmentation fault
Replies: 12
Views: 10937

Re: Segmentation fault

Although the code is simple and seems it may not the cause but I checked is user alive in two functions, try maybe it helps: #include <zombie_escape> #include <ze_levels> #include <ze_vip> // Models new const g_szKnife1[][] = { "models/cg/v_knife_griff.mdl", "models/cg/p_knife_griff1...
by Luxurious
3 years ago
Forum: Technical Support
Topic: Segmentation fault
Replies: 12
Views: 10937

Re: Segmentation fault

sometimes ... but when i stoped this plugin is don`t crash any more #include <zombie_escape> #include <ze_levels> #include <ze_vip> // Models new const g_szKnife1[][] = { "models/cg/v_knife_griff.mdl", "models/cg/p_knife_griff1.mdl" } new const g_szKnife2[][] = { "models/cg/...
by Luxurious
3 years ago
Forum: Technical Support
Topic: Segmentation fault
Replies: 12
Views: 10937

Re: Segmentation fault

when map is changed !
by Luxurious
3 years ago
Forum: Technical Support
Topic: Segmentation fault
Replies: 12
Views: 10937

Segmentation fault

am using ZE V1.5 and i always faced this crash with reason "Segmentation fault" No Any Error just " Segmentation fault " in kgb host
by Luxurious
3 years ago
Forum: Technical Support
Topic: amxxpc not found :(
Replies: 5
Views: 7265

Re: amxxpc not found :(

ye i have it
by Luxurious
3 years ago
Forum: Technical Support
Topic: amxxpc not found :(
Replies: 5
Views: 7265

amxxpc not found :(

i don`t know what`s wrong with this amxxpc ... can any one help pls ?
by Luxurious
4 years ago
Forum: Public Requests
Topic: Buy XP/Level by Coins
Replies: 1
Views: 3439

Buy XP/Level by Coins

There is any Plugin To Buy XP/Level by Coins ?
by Luxurious
4 years ago
Forum: Public Requests
Topic: plugin that when zombie infect 3 human get 20 xp
Replies: 6
Views: 11233

Re: plugin that when zombie infect 3 human get 20 xp

try: #include <zombie_escape> // Defines #define MAX_LEVEL 40 #define TASK_SHOWHUD 2020 #define TASK_DOUBLE 1133 #define REPEAT_TIME 60.0 #define ID_SHOWHUD (taskid - TASK_SHOWHUD) #define LEVELUP "levelup_ZE/ze_levelup.wav" enum { Host = 0, User, Pass, DB } new const g_iMaxLevelsXP[MAX_L...
by Luxurious
4 years ago
Forum: Public Requests
Topic: plugin that when zombie infect 3 human get 20 xp
Replies: 6
Views: 11233

Re: plugin that when zombie infect 3 human get 20 xp

Test: #include <zombie_escape> #include <ze_levels> new g_pCvarZombieInfectNum, g_pCvarXP new g_iInfections[33] public plugin_init() { register_plugin("Give XP", "1.0", "Raheem") g_pCvarZombieInfectNum = register_cvar("ze_infect_humans_num", "3") g_...
by Luxurious
4 years ago
Forum: Scripting Help
Topic: help hud
Replies: 0
Views: 12733

help hud

Raheem created this plugin .. and i tried to add hud in this plugin but i fail Here is the cod : #include <zombie_escape> #include <ze_levels> #define TASK_SHOWHUD 2020 #define REPEAT_TIME 60.0 #define ID_SHOWHUD (taskid - TASK_SHOWHUD) new g_pCvarZombieInfectNum, g_pCvarXP new g_iInfections[33] ne...