Search found 177 matches

by Luxurious
4 years ago
Forum: Technical Support
Topic: Mysql Problem
Replies: 10
Views: 19162

Mysql Problem

Hello Guys , I have some problem when i make the level/Coins Save by Mysql that what i got

Code: Select all

L 08/05/2019 - 21:05:42: [AMXX] Plugin says: Failed to connect to MySQL database: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
by Luxurious
4 years ago
Forum: Technical Support
Topic: No connection to the Database
Replies: 13
Views: 19073

Re: No connection to the Database

bro, make as @Raheem In zombie_escape.cfg make sure of these: ze_ec_host "" // Database ip ze_ec_user "" // Database account username ze_ec_pass "" // Database account password ze_ec_dbname "" // Database name That What i did ze_ec_host "localhost" ...
by Luxurious
4 years ago
Forum: Technical Support
Topic: No connection to the Database
Replies: 13
Views: 19073

Re: No connection to the Database

So problem solved? @Raheem , i have the Same Problem L 08/05/2019 - 21:05:42: [AMXX] Plugin says: Failed to connect to MySQL database: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Modules.ini fun engine fakemeta geoip sockets regex nvault hamsandwich cstrike mysql sqlite
by Luxurious
4 years ago
Forum: Trash
Topic: [ZE] Admin Coins Menu
Replies: 22
Views: 40458

Re: [ZE] Admin Coins Menu

You can use client_print_color() as @tmv said because our Mod works only on AMXMODX 1.9 @tmv, try this: #include <zombie_escape> #include <colorchat> enum _:PlayerData { g_szName[32], g_szSteamID[32], g_iOption, g_iPlayer, g_iChoosen } new g_PlayerInfo[33][PlayerData] /* [0 - 32], [0 - 4]*/ new con...
by Luxurious
4 years ago
Forum: Public Requests
Topic: admin-menu
Replies: 2
Views: 8043

Re: admin-menu

solved !
by Luxurious
4 years ago
Forum: Public Requests
Topic: admin-menu
Replies: 2
Views: 8043

admin-menu

hello, i tried to add Coins Menu + Level Menu to this admin menu but i failed , can any one help me ! #include <zombie_escape> native CoinsMenu(id) native LevelMenu(id) new const ZE_SETTINGS_FILE[] = "zombie_escape.ini" new g_szAccess_Make_Zombie[2] = "d" new g_szAccess_Make_Huma...
by Luxurious
4 years ago
Forum: News
Topic: Your ideas for v1.5
Replies: 40
Views: 52180

Re: Your ideas for v1.5

this is cool idea bro but i think will take sometime or it will be completed as extra addon i have Created The Level Menu + Coins Menu and i have the Make zm/human that jack made it before so still need the Revive and Add Admin ! then will make admin-menu and add it to there yes but why need to rev...
by Luxurious
4 years ago
Forum: News
Topic: Your ideas for v1.5
Replies: 40
Views: 52180

Re: Your ideas for v1.5

maybe add Admin-Menu Have : 1 - Make Zombie/Human 2 - Revive 3 - Level Manager ( set level , Give level , Give Xp , Reload Level ) 4 - Coins Manager 5 - Add Admin ( For Owner Only) this is cool idea bro but i think will take sometime or it will be completed as extra addon i have Created The Level M...
by Luxurious
4 years ago
Forum: Trash
Topic: [ZE] Admin Coins Menu
Replies: 22
Views: 40458

Re: [ZE] Admin Coins Menu

tmv wrote: 4 years agonot fixed
its working well with me !
by Luxurious
4 years ago
Forum: Trash
Topic: [ZE] Admin Coins Menu
Replies: 22
Views: 40458

Re: [ZE] Admin Coins Menu

[AMXX] Displaying debug trace (plugin "ze_admin_coins_menu.amxx", version "1.0") [AMXX] Run time error 4: index out of bounds [AMXX] [0] ze_admin_coins_menu.sma::ChooseCoinsPlayerHandle (line 156) Try! #include <zombie_escape> #include <colorchat> enum _:PlayerData { g_szName[32...
by Luxurious
4 years ago
Forum: News
Topic: Your ideas for v1.5
Replies: 40
Views: 52180

Re: Your ideas for v1.5

maybe add Admin-Menu
Have :
1 - Make Zombie/Human
2 - Revive
3 - Level Manager ( set level , Give level , Give Xp , Reload Level )
4 - Coins Manager
5 - Add Admin ( For Owner Only)
by Luxurious
4 years ago
Forum: Trash
Topic: [ZE] Admin Coins Menu
Replies: 22
Views: 40458

Re: [ZE] Admin Coins Menu

Muhammet20 wrote: 4 years ago nice sharing bro
+Like
Thx Bro <3
by Luxurious
4 years ago
Forum: Trash
Topic: [ZE] Admin Coins Menu
Replies: 22
Views: 40458

[ZE] Admin Coins Menu

hi all , its my first post here ! I have converted this Plugin To Zombie Escape V1.4 Description: This Plugins Only For Admins Access "ADMIN_PASSWORD (k)" Instructions: You Can Use /ecmenu OR ecmenu in console Or You Can Use the Native register_native("CoinsMenu","native_Coi...
by Luxurious
4 years ago
Forum: Scripting Help
Topic: Script bug
Replies: 8
Views: 10899

Re: Script bug

Thx , Its Worked !
by Luxurious
4 years ago
Forum: Scripting Help
Topic: Script bug
Replies: 8
Views: 10899

Re: Script bug

Raheem wrote: 4 years ago Compiling without problems:
  • compiled.amxx
so what`s problem in my compail ?
by Luxurious
4 years ago
Forum: Off-Topic
Topic: Share your server...
Replies: 37
Views: 103129

Re: Share your server...

Name: DragonsXtreme | Zombie Escape | V1.4
IP : 81.2.247.149:27015
forum: DragonsXtreme.ga
by Luxurious
4 years ago
Forum: Scripting Help
Topic: Script bug
Replies: 8
Views: 10899

Re: Script bug

i tried to convert "zp ammo menu" to ze v1.4 but i found this problems //// ze_admin_coins_menu.sma // // D:\ze v1.4\include\colorchat.inc(23) : error 021: symbol already defined: "TeamName" // D:\ze v1.4\include\colorchat.inc(74) : error 028: invalid subscript (not an array or ...
by Luxurious
4 years ago
Forum: Scripting Help
Topic: Script bug
Replies: 8
Views: 10899

Script bug

i tried to convert "zp ammo menu" to ze v1.4 but i found this problems //// ze_admin_coins_menu.sma // // D:\ze v1.4\include\colorchat.inc(23) : error 021: symbol already defined: "TeamName" // D:\ze v1.4\include\colorchat.inc(74) : error 028: invalid subscript (not an array or t...
by Luxurious
4 years ago
Forum: Zombie Escape 1.x
Topic: Escape Coins Donation
Replies: 19
Views: 28236

Re: Escape Coins Donation

aha Fixed Thx xD
by Luxurious
4 years ago
Forum: Zombie Escape 1.x
Topic: VIP TAG
Replies: 7
Views: 12922

Re: VIP TAG

That`s Have Problem when i type any thing

!n[!gVIP!n] !gNick!n: !t!n[!gVIP!n] !gNick!n: !t
Nick :