Page 1 of 1

I have a little problem

Posted: 16 Sep 2021, 11:33
by Nak
Hi, I want to know how to fix this.
When Zombie wins it shows me Escape Success and when CT wins it shows me Escape Fail.
Why ?

Re: I have a little problem

Posted: 16 Sep 2021, 17:33
by Raheem
Hi,

Please let me know which Mod you are using? Post ze_core.sma plus zombie_escape.inc you used to compile the Mod.

Re: I have a little problem

Posted: 16 Sep 2021, 17:46
by Nak
I solved it, thank u anyway :D

Re: I have a little problem

Posted: 16 Sep 2021, 17:49
by Raheem
Nak wrote: 2 years ago I solved it, thank u anyway :D
You are welcome :slight_smile:

Re: I have a little problem

Posted: 16 Sep 2021, 18:38
by VicKy
Raheem wrote: 2 years ago
Nak wrote: 2 years ago I solved it, thank u anyway :D
You are welcome :slight_smile:
Thats Model Problem ( ze_win_message )
I Also Faced This Problem

Re: I have a little problem

Posted: 12 Oct 2021, 21:10
by Raheem
VicKy wrote: 2 years ago
Raheem wrote: 2 years ago
Nak wrote: 2 years ago I solved it, thank u anyway :D
You are welcome :slight_smile:
Thats Model Problem ( ze_win_message )
I Also Faced This Problem
Not a model issue, the issue is related to include files. He must compile this plugin with the latest compiler, according to the following constants:
    1. // Team constants, use them in ze_roundend() forward
    2. enum
    3. {
    4.     ZE_TEAM_ZOMBIE = 1,
    5.     ZE_TEAM_HUMAN
    6. }

Re: I have a little problem

Posted: 27 Nov 2021, 19:22
by Maxxx17
I had that problem, too. It's a good thing I solved it.