Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: zmd94
Forum: New Plugin Submissions 08-24-2021, 22:30
Replies: 314
Views: 78,529
Posted By zmd94
Re: Weapons War v7.5 (26 Weapons)

Need to edit a little bit the code.
Forum: Approved Plugins 08-24-2021, 12:43
Replies: 50
Views: 25,088
Posted By zmd94
Re: Fail Spawn Protector + Team Limiter

Just use it. No need to change anything if you just want to prevent failed spawn.
Forum: Code Snippets/Tutorials 08-20-2018, 05:06
Replies: 38
Views: 19,503
Posted By zmd94
Forum: Zombie Plague Mod 05-05-2018, 23:19
Replies: 1,107
Views: 232,471
Posted By zmd94
Forum: Scripting Help 02-26-2018, 08:35
Replies: 9
Views: 1,646
Posted By zmd94
Re: How can Detect distance

This?
pev(i, pev_origin, PlayerOrigin)
fDistance = get_distance_f( Entity , PlayerOrigin )

if( fDistance <= 500.0)
{
client_print(i ,...
Forum: New Plugin Submissions 02-13-2018, 07:15
Replies: 314
Views: 78,529
Posted By zmd94
Re: Weapons War v7.5 (26 Weapons)

Alright. Nevermind.
Forum: New Plugin Submissions 02-12-2018, 08:40
Replies: 314
Views: 78,529
Posted By zmd94
Re: Weapons War v7.5 (26 Weapons)

Instinctpt1, I'm glad you fix the problem by yourself.

White Fang, if you want to use the Killer View feature, just change below as we need to add more delay to the Auto-Respawn task:...
Forum: New Plugin Submissions 02-10-2018, 22:04
Replies: 314
Views: 78,529
Posted By zmd94
Re: Weapons War v7.5 (26 Weapons)

White Fang, now try to disable that cvar. Then, see different.

Instinctpt1, I will test it in my local server and give you the result.

Edit: After test it. There is only small errors in your...
Forum: New Plugin Submissions 02-09-2018, 21:48
Replies: 314
Views: 78,529
Posted By zmd94
Re: Weapons War v7.5 (26 Weapons)

White Fang do you enable this cvar?
g_iKillerView = register_cvar("ww_allow_killer_view", "1") // Allow players see themselves dying from killer's view
Sorry, Instinctpt1. I'm not sure what is the...
Forum: New Plugin Submissions 02-07-2018, 10:42
Replies: 314
Views: 78,529
Posted By zmd94
Re: Weapons War v7.5 (26 Weapons)

Show this part of code, Instinctpt1:
enum _:WEAPONSWARWhite Fang, I will review again the code to find the problem.
Forum: New Plugin Submissions 02-05-2018, 10:24
Replies: 314
Views: 78,529
Posted By zmd94
Re: Weapons War v7.5 (26 Weapons)

White Fang, do you get any errors?

Instinctpt1, please show code for below part:
// Weapon IDs for ammo types
Forum: New Plugin Submissions 02-03-2018, 20:42
Replies: 314
Views: 78,529
Posted By zmd94
Re: Weapons War v7.5 (26 Weapons)

I'm glad all is working fine.

By the way, as you have modified the code, just find the code below from you modified code and change it:

new szItem[64]
for(new i; i < sizeof(WeaponsData);...
Forum: Scripting Help 01-16-2018, 10:08
Replies: 4
Views: 957
Posted By zmd94
Re: Lets See Can you do it :D?

Add this code:
show_menu(id, 0, "^n", 1)
Forum: Scripting Help 01-04-2018, 09:46
Replies: 5
Views: 1,453
Posted By zmd94
Re: [Help] Simple Countdown error

Fixed:

https://forums.alliedmods.net/showpost.php?p=2569378&postcount=2
Forum: Suggestions / Requests 01-02-2018, 12:06
Replies: 32
Views: 4,790
Posted By zmd94
Re: Need help for powers code

So, the code you post at the main post is part of the GunXP mod code?
Forum: Suggestions / Requests 01-02-2018, 11:45
Replies: 32
Views: 4,790
Posted By zmd94
Re: Need help for powers code

So this code is part of an extra item or zombie class code?
Forum: Scripting Help 01-02-2018, 11:40
Replies: 5
Views: 1,453
Posted By zmd94
Re: [Help] Simple Countdown error

Review below code:
#include <amxmodx>
#include <amxmisc>

#define TASK_COUNT 2018

new g_iCount

new const CountdownSounds[][] =
{
Forum: Suggestions / Requests 12-28-2017, 01:37
Replies: 14
Views: 3,014
Posted By zmd94
Re: Can some1 fix this 1 compile error..

Nice, I'm glad can help you.
Forum: Scripting Help 12-26-2017, 07:52
Replies: 2
Views: 904
Posted By zmd94
Re: How to limit the use of a menu item?

Just try global integer variable.
Forum: Suggestions / Requests 12-26-2017, 07:50
Replies: 14
Views: 3,014
Posted By zmd94
Re: Can some1 fix this 1 compile error..

Fixed:

https://forums.alliedmods.net/showpost.php?p=2568163&postcount=11
Forum: Suggestions / Requests 12-25-2017, 23:53
Replies: 14
Views: 3,014
Posted By zmd94
Re: Can some1 fix this 1 compile error..

Try below:

#include <amxmodx>

#define TASK_TEAM 2017
new g_iCount[33]

new const MAX_TIME = 30
new const WORD_KICK[] = "Do not choose a team"
Forum: Suggestions / Requests 12-25-2017, 23:26
Replies: 18
Views: 3,129
Posted By zmd94
Forum: Scripting Help 12-22-2017, 07:31
Replies: 14
Views: 2,665
Posted By zmd94
Re: what is wrong?

Welcome. Gladly can help you. :)
Forum: Scripting Help 12-22-2017, 04:07
Replies: 14
Views: 2,665
Posted By zmd94
Re: what is wrong?

Try to increase value of the chars of string.

new szIP[20-->
new szIP[32]
Forum: Suggestions / Requests 12-22-2017, 03:53
Replies: 18
Views: 3,129
Posted By zmd94
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 08:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode