Search found 177 matches

by Luxurious
3 years ago
Forum: Technical Support
Topic: Segmentation fault
Replies: 12
Views: 10919

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: 10919

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: 10919

Re: Segmentation fault

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

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: 7249

Re: amxxpc not found :(

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

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: 3438

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: 11232

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: 11232

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: 12729

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...
by Luxurious
4 years ago
Forum: Public Requests
Topic: Custom Weapons menu
Replies: 6
Views: 12810

Re: Custom Weapons menu

BandiT wrote: 4 years ago I already make IT thank you anyway :)
can u send it ?
by Luxurious
4 years ago
Forum: Public Requests
Topic: plugin that when zombie infect 3 human get 20 xp
Replies: 6
Views: 11232

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: Public Requests
Topic: plugin that when zombie infect 3 human get 20 xp
Replies: 6
Views: 11232

plugin that when zombie infect 3 human get 20 xp

I need Some plugin that when zombie infect 3 (with cvar) human get some xp (with cvar) or add it to level system #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 LEV...
by Luxurious
4 years ago
Forum: News
Topic: Your ideas for v1.5
Replies: 40
Views: 52187

Re: Your ideas for v1.5

@Raheem ,[*] When New Version will come?
by Luxurious
4 years ago
Forum: Technical Support
Topic: Mysql Problem
Replies: 10
Views: 19163

Re: Mysql Problem

Raheem wrote: 4 years ago No problem, but why OGP uses database?
To Save the users and remote servers and rcon presents and many things ...
by Luxurious
4 years ago
Forum: Technical Support
Topic: Mysql Problem
Replies: 10
Views: 19163

Re: Mysql Problem

Raheem wrote: 4 years ago This means that password not right, or this user have no permissions.

Password length should be < 30 characters.

Try change the password for the user and try again.
i have used the mySQL of the ogp and it worked fine !
Thx For Try to help me !
by Luxurious
4 years ago
Forum: Technical Support
Topic: Mysql Problem
Replies: 10
Views: 19163

Re: Mysql Problem

OK, open putty and login then run these respectively: mysql -u root -p CREATE DATABASE coinsdb; CREATE USER 'coinsadmin'@localhost IDENTIFIED BY 'Gt3F356@63'; use coinsdb; GRANT ALL PRIVILEGES ON coinsdb.* TO 'coinsadmin'@localhost; exit This assumed to make database with name coinsdb and create us...
by Luxurious
4 years ago
Forum: Technical Support
Topic: Mysql Problem
Replies: 10
Views: 19163

Re: Mysql Problem

The Mysql and server in the one vps !
the Msql is showing in Msql Administrator " MySQL server name: root Server status: Online / MySQL online"
i don`t know about the access !
by Luxurious
4 years ago
Forum: Technical Support
Topic: Mysql Problem
Replies: 10
Views: 19163

Re: Mysql Problem

i using linux and i using the Open Game Panel and the Mysql is Showing me is Online !
by Luxurious
4 years ago
Forum: Technical Support
Topic: No connection to the Database
Replies: 13
Views: 19074

Re: No connection to the Database

Raheem wrote: 4 years ago This because remote connection not enabled i think, the database installed on same machine you host your server on?

Also open new topic because your problem not same as this.
viewtopic.php?f=11&t=3679#p10435

Here is the link bro , pleas help as fast as u can !