Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 269
Search took 0.01 seconds.
Search: Posts Made By: elmedin
Forum: Scripting Help 11-26-2023, 00:09
Replies: 2
Views: 335
Posted By elmedin
Re: Add $ For Buy Weapons VIP

Change price on your preference:

new const VIP_GOLDEN_M4A1_PRICE = 1000;
new const VIP_GOLDEN_AK47_PRICE = 1500;


Full code:

#include <amxmodx>
#include <cstrike>
Forum: Off-Topic 11-16-2023, 18:30
Replies: 2
Views: 3,612
Posted By elmedin
Looking for Zombie Plague Devs

~~~!!! IMPORTANT !!!~~~
I am not 100% sure if this Thread is against the rules of Alliedmodders. If this thread is against the rules please delete it or let me edit this to *Against rules - Spam*.
...
Forum: HL1 Servers (HLDS) 11-11-2023, 04:11
Replies: 9
Views: 1,529
Posted By elmedin
Re: Convert Server Files in Bz2

Hmm probably you're right, the host admin just told me to bz2 compress them which was very weird because i never had to compress any cs 1.6 files ever. Gonna recheck this and if its true gonna delete...
Forum: HL1 Servers (HLDS) 11-11-2023, 02:35
Replies: 9
Views: 1,529
Posted By elmedin
Re: Convert Server Files in Bz2

Actually a hosting service i am currently using requires bz2 compressed format for CS 1.6 files. I'm not sure if they're the only one.
Forum: HL1 Servers (HLDS) 11-10-2023, 09:46
Replies: 9
Views: 1,529
Posted By elmedin
Convert Server Files in Bz2

I made a batch script to convert all your server files in a bz2 format since some FastDL's require that, hopefully this will be useful. (this should be in a .bat file, ex: script.bat)

**Don't...
Forum: Suggestions / Requests 11-09-2023, 11:57
Replies: 7
Views: 870
Posted By elmedin
Re: Request module for CSDM 2.1.2 addons

You're using a different of amxmodx which does not support the 2.1.2 CSDM i think, you could use this one https://forums.alliedmods.net/showthread.php?t=47306 that one could work, im not sure if it...
Forum: Suggestions / Requests 11-08-2023, 21:31
Replies: 7
Views: 870
Posted By elmedin
Re: Request module for CSDM 2.1.2 addons

Can you type in console " meta list " and post those information's here
Forum: Suggestions / Requests 11-08-2023, 17:56
Replies: 5
Views: 662
Posted By elmedin
Re: [Request] item menu

I think with remember selection there would be a lot of use cases for me to do, but you can modify it urself further.

Down here there are 3 different menus you can choose, add as many as u want...
Forum: Suggestions / Requests 11-06-2023, 00:44
Replies: 5
Views: 662
Posted By elmedin
Re: [Request] item menu

Yes, i have something similar for you here. But you need to modify it based on ur options. Here is a basic example


#include <amxmodx>

public plugin_init()
{
register_plugin("Open...
Forum: Suggestions / Requests 05-24-2020, 03:07
Replies: 3
Views: 869
Posted By elmedin
Re: Knife Menu Based On Another Plugins

Get a base knife menu, and u need to register natives to the knife menu from ur weapons
Forum: Suggestions / Requests 05-20-2020, 06:35
Replies: 9
Views: 968
Posted By elmedin
Forum: Suggestions / Requests 05-20-2020, 05:14
Replies: 9
Views: 968
Posted By elmedin
Re: ZP help

Also, i think ur error while compiling this plugin was here



len += formatex(menu[len], charsmax(menu) - len, "Zombie CSN:Z 4.3^", g_modname)

...
Forum: Suggestions / Requests 05-19-2020, 17:21
Replies: 9
Views: 968
Posted By elmedin
Re: ZP help

https://forums.alliedmods.net/showthread.php?t=179482
Forum: Scripting Help 05-19-2020, 17:21
Replies: 5
Views: 510
Posted By elmedin
Re: Zombie Plague

zp_deathmatch 0 // Deathmatch mode, respawn as: [0-disabled // 1-human // 2-zombie // 3-randomly // 4-balance]

Set this to zp_deathmatch 2
Forum: Suggestions / Requests 05-16-2020, 12:17
Replies: 40
Views: 14,093
Posted By elmedin
Forum: Suggestions / Requests 05-16-2020, 06:32
Replies: 22
Views: 1,643
Posted By elmedin
Forum: Scripting Help 05-16-2020, 04:58
Replies: 9
Views: 1,180
Posted By elmedin
Re: Question about language file syntax

Edit ur post on advanced, and look at ur title on ur left u will see the prefix, and u switch the prefix to Solved
Forum: Suggestions / Requests 05-16-2020, 04:53
Replies: 22
Views: 1,643
Posted By elmedin
Re: Someone is helping me change this menu?

yes u can make it more than 1 round, the awp has a cvar that u can disable that allows u to have it more than 1 round, and ur video is private
Forum: Suggestions / Requests 05-16-2020, 03:15
Replies: 22
Views: 1,643
Posted By elmedin
Re: Someone is helping me change this menu?

Shock absorber? I dont understand what are you talking about, and you want normal ak47+deagle? or golden
Forum: Suggestions / Requests 05-16-2020, 02:09
Replies: 22
Views: 1,643
Posted By elmedin
Forum: Suggestions / Requests 05-16-2020, 02:00
Replies: 22
Views: 1,643
Posted By elmedin
Re: Someone is helping me change this menu?

Show me ur plugins.ini, and did u compile the m4a1 because its working for me
Forum: Suggestions / Requests 05-16-2020, 01:57
Replies: 22
Views: 1,643
Posted By elmedin
Forum: Suggestions / Requests 05-16-2020, 01:55
Replies: 1
Views: 736
Posted By elmedin
Re: CS:GO Zombie Survival

Wrong section my G, you're in amxmodx
Forum: Scripting Help 05-15-2020, 19:13
Replies: 9
Views: 1,180
Posted By elmedin
Re: Question about language file syntax

Maybe because war3ft is outdated who knows
Forum: Suggestions / Requests 05-15-2020, 18:33
Replies: 22
Views: 1,643
Posted By elmedin
Re: Someone is helping me change this menu?

Everything is in here, u can edit the damage on each weapon plugin and the price on the goldenmenu, if u have any problem just tell me and ill try to fix it for you
Showing results 1 to 25 of 269

 
Forum Jump

All times are GMT -4. The time now is 02:45.


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