Search found 598 matches

by czirimbolo
3 years ago
Forum: Zombie Escape 1.x
Topic: Boss Wins [num]
Replies: 24
Views: 19390

Re: Boss Wins [num]

we need good boss plugin working with amxx 1.8.3+...
by czirimbolo
3 years ago
Forum: News
Topic: Your ideas for v1.6
Replies: 21
Views: 18190

Re: Your ideas for v1.6

Ideas:
- Global limit for items and guns(individual limit alreadt excist)
- Survivor round or something similar? Lets make game more attractive
by czirimbolo
3 years ago
Forum: Zombie Escape 1.x
Topic: Get Escape Coins
Replies: 24
Views: 28437

Re: Get Escape Coins

There is a problem in posting codes since we transferred from old HOST, I can't post code so I attach the .sma. I did it, try: rewards.sma Can you also add negative values (below 0)? I mean for example: MIN -1000 MAX 15000 From: #define MIN_RANDOM 0 and #define MAX_RANDOM 300 modify it to be from a...
by czirimbolo
3 years ago
Forum: Zombie Escape 1.x
Topic: Get Escape Coins
Replies: 24
Views: 28437

Re: Get Escape Coins

Can you also add negative values (below 0)? I mean for example:
MIN -1000
MAX 15000
by czirimbolo
3 years ago
Forum: Zombie Escape 1.x
Topic: Get Escape Coins
Replies: 24
Views: 28437

Re: Get Escape Coins

Raheem wrote: 3 years ago
BandiT wrote: 3 years ago can some one make this plugin when you saty /to get random xp and coins from 0 to 300, and to can use evry map but 1 time on map ?
Try this:
  • rewards.sma
where is exp commands? He means random exp or coins by typing command /get. Here I see only coins
by czirimbolo
3 years ago
Forum: Technical Support
Topic: problem client_print in print_center appear just => %s
Replies: 8
Views: 8961

Re: problem client_print in print_center appear just => %s

lizoumapper wrote: 3 years ago
czirimbolo wrote: 3 years ago change your amx version
AMX Mod X v1.10 build 5405 Last
change to 1.9.0.5247 and check it
by czirimbolo
3 years ago
Forum: Technical Support
Topic: amxxpc not found :(
Replies: 5
Views: 7266

Re: amxxpc not found :(

do you have amxxpc.exe in your COMPILER FOLDER?
by czirimbolo
4 years ago
Forum: Public Requests
Topic: xp,coins loss for humans (camper)
Replies: 11
Views: 22336

Re: xp,coins loss for humans (camper)

That is all. I tried your code from post nr 4
by czirimbolo
4 years ago
Forum: Public Requests
Topic: xp,coins loss for humans (camper)
Replies: 11
Views: 22336

Re: xp,coins loss for humans (camper)

Post the full error and the code you are trying to compile. //// camper_punishment.sma // // C:\Users\macie\Documents\Compiler v1.8.3\scripting\camper_punishment.sma(42) : error 032: array index out of bounds (variable "g_iKilledTime") // // 1 Error. // Could not locate output file compil...
by czirimbolo
4 years ago
Forum: Public Requests
Topic: xp,coins loss for humans (camper)
Replies: 11
Views: 22336

Re: xp,coins loss for humans (camper)

Example1 : Human died at 0 sec, then after 3 seconds all humans who did not escaped killed from final trigger_hurt, then humans killed with trigger_hurt + the human killed at 0 sec both will be punished. Example2 : Human died at 0 sec, then after 6 seconds all humans who did not escaped killed from...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Level Rank/Top Systems
Replies: 39
Views: 59460

Re: Level Rank/Top Systems

Raheem wrote: 4 years ago But I'm sure when I was using nVault it's working correctly. Try reset levels and make sure you did not edit anything.
Can you fix it? How long does it take? Its your plugin and its not working as it should be or just trash this thread as unsolved
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Level Rank/Top Systems
Replies: 39
Views: 59460

Re: Level Rank/Top Systems

Raheem wrote: 4 years ago But I'm sure when I was using nVault it's working correctly. Try reset levels and make sure you did not edit anything.
Did you see what I posted? Please read it. It was working fine but I udpated my level_system and now I cant check my rank. Its always showing top1 for every player.
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Level Rank/Top Systems
Replies: 39
Views: 59460

Re: Level Rank/Top Systems

I stopped supporting nVault, and I advise anyone to use MySQL instead. nVault causes a lot of issues compared to MySQL. It was working, but I changed level system and it stoppedg. Using mysql for player's ranking is useless for me. Can you fix this? Or update to mysql if you want? I just want to se...
by czirimbolo
4 years ago
Forum: Public Requests
Topic: xp,coins loss for humans (camper)
Replies: 11
Views: 22336

Re: xp,coins loss for humans (camper)

#define KILLED_FROM 5 // Time that anyone killed during will be punished

its 5 minutes or 5 seconds? and what does it mean? Its working for 5 minutes, and after that you are not losing exp and coins?
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Level Rank/Top Systems
Replies: 39
Views: 59460

Re: Level Rank/Top Systems

can someone help here??
by czirimbolo
4 years ago
Forum: Public Requests
Topic: xp,coins loss for humans (camper)
Replies: 11
Views: 22336

Re: xp,coins loss for humans (camper)

Try: #include <zombie_escape> #define COINS 50 #define XP 50 public plugin_init() { register_plugin("Campers Punishment", "1.0", "Raheem") } public ze_roundend(WinTeam) { if (WinTeam == ZE_TEAM_HUMAN) { for(new id = 1; id <= MAX_PLAYERS; id++) { if (!ze_is_user_zombie(...
by czirimbolo
4 years ago
Forum: Extra-Items
Topic: Antidote
Replies: 38
Views: 51328

Re: Antidote

show us your zombie_escape.ini or plugins.ini
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Level Rank/Top Systems
Replies: 39
Views: 59460

Re: Level Rank/Top Systems

I noticed when I type /myrank (or/rank) I am always 1 of xxxx. Of course I am not TOP1. Every player have this problem. /lvlrank is working good. Cvars are ON. Where is the problem? I dont have any errors. Maybe new level system causing this? I use updated version! ---> https://escapers-zone.net/vie...
by czirimbolo
4 years ago
Forum: Scripting Help
Topic: give xp plugin error
Replies: 2
Views: 7063

give xp plugin error

@Raheem can you help me? L 01/20/2020 - 19:46:16: [AMXX] Displaying debug trace (plugin "ze_give_xp.amxx", version "1.0") L 01/20/2020 - 19:46:16: [AMXX] Run time error 10: native error (native "ze_set_user_xp") L 01/20/2020 - 19:46:16: [AMXX] [0] ze_give_xp.sma::Cmd_Gi...