Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 287
Search took 0.01 seconds.
Search: Posts Made By: Ace67
Forum: Suggestions / Requests 04-29-2024, 14:51
Replies: 3
Views: 291
Posted By Ace67
Re: Help with this knife duel plugin

register_logevent("logevent_RoundStart", 2, "1=Round_Start", "1=Round_Draw");

public logevent_RoundEnd()
{
g_bInChallenge = false;
g_bProtect = false;
}

public logevent_RoundStart()...
Forum: Suggestions / Requests 04-27-2024, 17:30
Replies: 19
Views: 749
Posted By Ace67
Re: Block the flashlight on zombie bots

Feel free to refer your request on ZP Section.
Forum: Suggestions / Requests 04-27-2024, 17:25
Replies: 5
Views: 438
Posted By Ace67
Re: Speedmeter +AmmoPacks

Strange, there were no errors in my friends servers console. Enjoy buddy if you need help feel free to PM me.
Forum: Suggestions / Requests 04-26-2024, 20:59
Replies: 5
Views: 438
Posted By Ace67
Re: Speedmeter +AmmoPacks

I checked it and tested it on my friends server. It should work normally

SpeedTask(id)
{
static get
new name[32]
get_user_name(id, name, 31)
static i, target
static...
Forum: Scripting Help 04-25-2024, 17:13
Replies: 21
Views: 912
Posted By Ace67
Re: Knife hit knockback

I will check it
Forum: Scripting Help 04-25-2024, 06:35
Replies: 21
Views: 912
Posted By Ace67
Re: Knife hit knockback

I've added PlayerAttack instead of Damage it will detects both primary and secondary attacks. By checking the boolean parameter bPrimary, so it allows you to determine if the attack was a right-click...
Forum: Scripting Help 04-24-2024, 19:13
Replies: 4
Views: 364
Posted By Ace67
Re: zp_privileges_menu translater english version

Just use a translator :D It's a little bit long
Forum: Scripting Help 04-24-2024, 18:56
Replies: 8
Views: 477
Posted By Ace67
Re: Change color in menu

menu_additem(menu, "^x01" ArmorMenuItemRoundLimit, "1");
menu_additem(menu, "^x01" HealthMenuItemRoundLimit, "2");
menu_additem(menu, "^x01" ItemShiningHeartRodMapLimit, "3");

^x01 = red
^x02 =...
Forum: Suggestions / Requests 04-24-2024, 08:35
Replies: 3
Views: 455
Posted By Ace67
Re: Basebuilder Switch Dead CT to T last round

Thank you buddy for the help, I've added the print "[BB] You have been moved to the Terrorist team for the last round."

here

set_task(get_pcvar_float(g_pcvar_zresptime),...
Forum: Suggestions / Requests 04-23-2024, 18:42
Replies: 3
Views: 455
Posted By Ace67
Forum: Scripting Help 04-20-2024, 18:06
Replies: 8
Views: 806
Posted By Ace67
Re: Dead Switch Team Plugin

it gives error in console. I just made a new topic https://forums.alliedmods.net/showthread.php?t=347351
Forum: Suggestions / Requests 04-20-2024, 09:47
Replies: 3
Views: 455
Posted By Ace67
Basebuilder Switch Dead CT to T last round

Hello everyone,
I am looking for someone who can create in my basebuilder code a way to change the team of dead CT players to team T during the last round before a map change. This will make the...
Forum: Scripting Help 04-20-2024, 08:42
Replies: 8
Views: 806
Posted By Ace67
Re: Dead Switch Team Plugin

It gives error, so doesnt work

I made a new topic, which it will be better https://forums.alliedmods.net/showthread.php?t=347351
Forum: Scripting Help 04-19-2024, 17:37
Replies: 8
Views: 806
Posted By Ace67
Re: Dead Switch Team Plugin

doesnt work ..., because the basebuilder using already a swap things, so maybe if you can help to make it work with the code I sent up with "public cmdSwap(id)"

Or maybe a code, which I need to...
Forum: Scripting Help 04-19-2024, 15:43
Replies: 8
Views: 806
Posted By Ace67
Re: Dead Switch Team Plugin

bump, if someone can still help me about it.
Forum: Scripting Help 04-19-2024, 15:33
Replies: 4
Views: 739
Posted By Ace67
Re: REQ - Plugin

Hello, I updated it for you, since I had time after school.

If it doesn't work let me know, i'll help you back.

public show_spectator(id)
{
static iLen, szMenu[512], iKeys;

...
Forum: Suggestions / Requests 04-19-2024, 15:29
Replies: 24
Views: 1,809
Posted By Ace67
Forum: Suggestions / Requests 04-17-2024, 10:12
Replies: 24
Views: 1,809
Posted By Ace67
Re: Simple WarmUp

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <hamsandwich>

#define PLUGIN "Simple Knife Warmup"
#define VERSION "1.0"
#define AUTHOR...
Forum: Suggestions / Requests 04-16-2024, 16:40
Replies: 24
Views: 1,809
Posted By Ace67
Re: Simple WarmUp

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <hamsandwich>

#define PLUGIN "Simple Knife Warmup"
#define VERSION "1.0"
#define AUTHOR...
Forum: Suggestions / Requests 11-11-2023, 10:53
Replies: 2
Views: 577
Posted By Ace67
Re: Request Fix for Nightvision thermal goggles

Can you add this into your bio_nightvision

// Nightvision toggle
public clcmd_nightvision(id)
{
// Toggle night vision
g_nvision[id] = !g_nvision[id];

// Custom nvg?
if...
Forum: General 11-09-2023, 02:56
Replies: 12
Views: 2,236
Posted By Ace67
Re: AMXBans Install Plesk

Yes that's luck we can say :bee:
Forum: New Plugin Submissions 11-09-2023, 02:55
Replies: 6
Views: 1,770
Posted By Ace67
Re: NightCrawler Remake v0.0.2

Great Mod. Would be better with a good community with players

Congratulations !!!
Forum: General 11-08-2023, 09:57
Replies: 12
Views: 2,236
Posted By Ace67
Re: AMXBans Install Plesk

We fixed it with support he didn't enable "allow others connections"
Forum: Scripting Help 11-06-2023, 17:57
Replies: 4
Views: 744
Posted By Ace67
Re: Automatic Paypal payment

Thank you mate for the alternative solution. I just did of they need to contact me via steam like this there wont be any problem so its okay but thank u anyway.
Forum: New Plugin Submissions 11-04-2023, 10:47
Replies: 7
Views: 1,345
Posted By Ace67
Re: basebuilder Difficult

If you know how to coding it's easy to add on it!
Showing results 1 to 25 of 287

 
Forum Jump

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


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