Search found 32 matches

by neverminddw
4 years ago
Forum: Scripting Help
Topic: Escapes Count converted to Nvault problem.
Replies: 3
Views: 9571

Re: Escapes Count converted to Nvault problem.

There is only 1 log. Those 2 lines up there that I already wrote. Tho, I'm waiting for Mohamed Alaa or Raheem to help me out with this. The original author of this plugin is Mohamed, I only converted it from MySQL to nVault, and added Hud Message "Escapes: %d". For more info check out the ...
by neverminddw
4 years ago
Forum: Scripting Help
Topic: Escapes Count converted to Nvault problem.
Replies: 3
Views: 9571

Escapes Count converted to Nvault problem.

Someone able to tell me where the problem is here? Error: L 10/24/2019 - 08:09:26: [AMXX] Plugin ("ze_escapes_count.amxx") is setting itself as failed. L 10/24/2019 - 08:09:26: [AMXX] Run time error 1 (plugin "ze_escapes_count.amxx") - forced exit Source: #include <zombie_escape>...
by neverminddw
4 years ago
Forum: Scripting Help
Topic: Knife Damage multiplier
Replies: 3
Views: 9023

Re: Knife Damage multiplier

Forget it. I've solved the problem.
by neverminddw
4 years ago
Forum: Scripting Help
Topic: Knife Damage multiplier
Replies: 3
Views: 9023

Knife Damage multiplier

Hi. Can anyone show me how do I convert this to work with HamSandwich.. How do I make this work? SetHookChainArg ???? NOTE: This is not the original plugin, I got these from ze_vip_features.sma and modified as much as I knew... but need some help now. #include <amxmodx> #include <amxmisc> #include <...
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

Sure, thanks again. But couldn't !ze_is_user_gagged(id) be set on first example below? // Send the message for (new i = 1; i <= g_iMaxPlayers; i++) { if (!is_user_connected(i) || !ze_is_user_gagged(id)) continue Send_Message(szMessage, id, i) } Instead of second example (like you've set it). // Mess...
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

Aaa how didn't I think about it... You connected the functions with native. Works, fine now. Thank you btw =)
Gg.
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

Set an alarm dude... I still haven't found a solution to it.
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

I'm running 2 servers. Zombie escape and public. Same problem in both. So... same.

You mentioned you found a solution, is there anything?
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

Here u go. ; AMX Mod X plugins advanced_bans.amxx ; Admin Base - Always one has to be activated admin.amxx ; admin base (required for any admin-related) ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx) ; Basic admincmd.amxx ; basic admin console commands adminhelp.amxx ; help command ...
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

I'll be waiting for u.
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

I did that to both when I installed them. Lol...
Still same problem, the problem should be on my prefix plugin for sure, but nobody seems to be able and find what's wrong there.
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

Do you mean putting both sources of prefixes and gag in 1? Making 1 plugin from both?
Because if you mean to recompile them as they are like that... I don't seem to understand why recompiling will solve the problem.
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

Re: GAG problem with prefixes.

Mohamed Alaa wrote: 4 years ago Make sure your gag plugin comes before the prefix plugin.
You mean?
amx_gag.amxx
...
...
...
prefixes.amxx
I tried, still same problem.
by neverminddw
4 years ago
Forum: Scripting Help
Topic: GAG problem with prefixes.
Replies: 22
Views: 29197

GAG problem with prefixes.

I have a plugin of prefixes. Works perfectly except that gag doesn't work. You can gag someone, but he will still be able to write. Here's the code: #include <amxmodx> #include <cstrike> // Prefixes new const szOwnerPrefix[] = "^1[^4Owner^1]", szHeadPrefix[] = "^1[^4Head Admin^1]"...
by neverminddw
4 years ago
Forum: Zombie Escape 1.x
Topic: Coins Exchanger
Replies: 1
Views: 5214

Coins Exchanger

I'll leave the modifications of the post to administrators of the forum. Description: This plugin gives three options: 1.) Exchanging 10k coins to 1 Level; 2.) Exchanging 50k coins to 5 Levels; 3.) Exchanging 100k coins to 10 Levels. Cvars : Prices ze_first_price "10000" // default (set's ...
by neverminddw
4 years ago
Forum: Zombie Escape 1.x
Topic: Best Defender
Replies: 26
Views: 26659

Re: Best Defender

Nope... if you shot humans damage counts the same way as shooting zombies.
That's why you must add this > get_user_team(iVictim) == 2)
then return
So damage will not be count if u shot humans.
by neverminddw
4 years ago
Forum: Zombie Escape 1.x
Topic: Best Defender
Replies: 26
Views: 26659

Re: Best Defender

Well there is a problem here. You forgot that with this code when u shot at your team mates (Human shot Human) g_fDamage[iAttacker] += fDamage So that means damage counts when you shot humans. Here's the fix. Fix... if user iVictim's team == 2 (team CT) then return... damage wont count in that case....
by neverminddw
4 years ago
Forum: Public Requests
Topic: Prefix only for VIP
Replies: 9
Views: 9106

Re: Prefix only for VIP

And? =D where are u...
by neverminddw
5 years ago
Forum: Public Requests
Topic: Prefix only for VIP
Replies: 9
Views: 9106

Re: Prefix only for VIP

Doesn't work.
Indeed, it's very very complicated and bugged.

Is it that hard to add a ^01[ ^04VIP ^01] prefix on chat to VIP_A flag users?