Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 101
Search took 0.01 seconds.
Search: Posts Made By: tedaimlocks
Forum: Scripting Help Today, 02:06
Replies: 6
Views: 148
Posted By tedaimlocks
Re: cs_set_user_team crashes server

maybe check your modules.ini file in config and check if fun and other modules are enabled. Do u get any error when server crashes?
Forum: Off-Topic 05-13-2024, 01:06
Replies: 0
Views: 112
Posted By tedaimlocks
ED_ParseEdict - error

Does anyone know how to fix this error? it only happens on the map : zm_defense


L 12/05/2024 - 22:10:44: (map "zm_defense") Host_Error: ED_ParseEdict: Model '*100' failed to precache because the...
Forum: Suggestions / Requests 05-12-2024, 13:45
Replies: 0
Views: 82
Posted By tedaimlocks
Cards Kill ( from CS2 )

Ive been looking for a cards kill counter plugin ( the one from cs2) but i couldnt find one, does anyone think they can remake it?

https://www.youtube.com/watch?v=y7ppiS2UUdw

this is a example...
Forum: Suggestions / Requests 05-09-2024, 07:38
Replies: 7
Views: 561
Posted By tedaimlocks
Re: Edit PVIP Shop

It compiled, and it kinda works. Also here is the zp_buymenu.inc so you can test it locally ( i cant post files so just create a file called zp_buymenu.inc and write this inside of it)


native...
Forum: Suggestions / Requests 05-09-2024, 01:00
Replies: 7
Views: 561
Posted By tedaimlocks
Re: Edit PVIP Shop

I will try to compile on a newer version of amxx, thanks for mentioning that , and also it would be great if u could do it how you showed me. JSON kinda looks better and is faster to read
Forum: Suggestions / Requests 05-07-2024, 09:08
Replies: 7
Views: 561
Posted By tedaimlocks
Re: Edit PVIP Shop

I get errors when compiling it, and its not quite what i wanted ( i wanted a 3rd party file called zp_pvipitems.ini in addons/amxmodx/configs) . Appreciate the effort though.

Welcome to the AMX...
Forum: Suggestions / Requests 05-05-2024, 07:05
Replies: 7
Views: 561
Posted By tedaimlocks
Re: Edit PVIP Shop

Anyone? if someone could even make the ini file read thingy would be great
Forum: Suggestions / Requests 04-29-2024, 01:16
Replies: 7
Views: 561
Posted By tedaimlocks
Forum: Scripting Help 04-27-2024, 09:51
Replies: 1
Views: 273
Posted By tedaimlocks
Re: i need to make a plugin called VIP Extra Items

Presupun ca esti roman, da mi add pe discord la tedaimlocks si iti fac eu
Forum: Suggestions / Requests 04-27-2024, 04:41
Replies: 10
Views: 739
Posted By tedaimlocks
Re: Top15 player new version

U need a website
Forum: Scripting Help 04-26-2024, 13:38
Replies: 8
Views: 568
Posted By tedaimlocks
Re: Change color in menu

trust me i know how to use colors mate. didnt need to show me them, just didnt know how to change the numbers cuz it wasnt working
Forum: Suggestions / Requests 04-24-2024, 12:54
Replies: 8
Views: 514
Posted By tedaimlocks
Re: asking player on connect

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Ask on connect"
#define VERSION "1.0"
#define AUTHOR "tedaimlocks"

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
}
Forum: Suggestions / Requests 04-24-2024, 08:38
Replies: 7
Views: 561
Posted By tedaimlocks
Edit PVIP Shop

Hello, could someone edit my pvipshop and make a .ini file for it?

For example:
Create a ini file called zp_pvipshop.ini
And inside that file i want it to be like this



[Extraitems]
"Name...
Forum: Scripting Help 04-23-2024, 10:30
Replies: 8
Views: 568
Posted By tedaimlocks
Re: Change color in menu

https://imgur.com/a/DiJ7aoQ
Forum: Scripting Help 04-23-2024, 10:16
Replies: 8
Views: 568
Posted By tedaimlocks
Change color in menu

How can i change the color of the numbers in the menu?


menu_additem(menu, ArmorMenuItemRoundLimit, "1");
menu_additem(menu, HealthMenuItemRoundLimit, "2");
menu_additem(menu,...
Forum: Scripting Help 04-21-2024, 15:06
Replies: 4
Views: 401
Posted By tedaimlocks
Forum: Scripting Help 04-21-2024, 13:34
Replies: 4
Views: 401
Posted By tedaimlocks
Re: Kill event

what do u mean
Forum: Scripting Help 04-21-2024, 13:03
Replies: 4
Views: 401
Posted By tedaimlocks
Kill event

How can i make something to keep trace of kills for each player?


#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <zp_buymenu>
#include <colorchat>
#include...
Forum: Scripting Help 04-21-2024, 08:07
Replies: 5
Views: 449
Posted By tedaimlocks
Re: Owner Show

#include <amxmodx>
#include <fun>
#include <engine>
#include <cstrike>


#define PLUGIN "Show Owner"
#define VERSION "2.1"
#define AUTHOR "HarveyWNvm LLC."
Forum: Scripting Help 04-21-2024, 08:05
Replies: 5
Views: 449
Posted By tedaimlocks
Re: Owner Show

Because ur plugin is coded messy af and you can make it in just 5 lines not 100 lines
Forum: Scripting Help 04-21-2024, 07:53
Replies: 5
Views: 449
Posted By tedaimlocks
Re: Owner Show

#include <amxmodx>
#include <colorchat>

#define PLUGIN "Show Owner"
#define VERSION "1.0"
#define AUTHOR "tedaimlocks"

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
...
Forum: Scripting Help 04-20-2024, 13:12
Replies: 8
Views: 858
Posted By tedaimlocks
Re: Dead Switch Team Plugin

It doesnt give any errors for me though.

"AMX Mod X 1.8.1" Compilation successfull!
Forum: Scripting Help 04-20-2024, 00:56
Replies: 8
Views: 858
Posted By tedaimlocks
Re: Dead Switch Team Plugin

I think this will maybe work


#include <amxmodx>
#include <cstrike>
#include <fun>
#include <hamsandwich>

public plugin_init() {
register_plugin("Switch Dead CT to T on Last Round",...
Forum: Scripting Help 04-19-2024, 16:58
Replies: 8
Views: 858
Posted By tedaimlocks
Re: Dead Switch Team Plugin

Try this


#include <amxmodx>
#include <cstrike>
#include <fun>
#include <hamsandwich>

public plugin_init() {
register_plugin("Switch Dead CT to T on Last Round", "1.0", "Ace67");
Forum: Suggestions / Requests 04-19-2024, 13:13
Replies: 5
Views: 460
Posted By tedaimlocks
Re: Hud Hit Damage

thats a default amxmodx plugin
Showing results 1 to 25 of 101

 
Forum Jump

All times are GMT -4. The time now is 17:04.


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