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

Showing results 1 to 25 of 282
Search took 0.01 seconds.
Search: Posts Made By: Ace67
Forum: Scripting Help Today, 06:35
Replies: 10
Views: 142
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 Yesterday, 19:13
Replies: 4
Views: 162
Posted By Ace67
Re: zp_privileges_menu translater english version

Just use a translator :D It's a little bit long
Forum: Scripting Help Yesterday, 18:56
Replies: 4
Views: 138
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 Yesterday, 08:35
Replies: 3
Views: 252
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: 252
Posted By Ace67
Forum: Scripting Help 04-20-2024, 18:06
Replies: 8
Views: 630
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: 252
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: 630
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: 630
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: 630
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: 557
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: 21
Views: 1,187
Posted By Ace67
Forum: Suggestions / Requests 04-17-2024, 10:12
Replies: 21
Views: 1,187
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: 21
Views: 1,187
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: 535
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,154
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,708
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,154
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: 712
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,292
Posted By Ace67
Re: basebuilder Difficult

If you know how to coding it's easy to add on it!
Forum: New Plugin Submissions 11-04-2023, 10:05
Replies: 7
Views: 1,292
Posted By Ace67
Re: basebuilder Difficult

Want to clarify something there is no point to release others version, there is already 5.4, 6.5. People can just edit themself what they want into the bb sma. So no point to do what you did!
Forum: Scripting Help 11-02-2023, 11:08
Replies: 8
Views: 630
Posted By Ace67
Re: Dead Switch Team Plugin

I found a others method for it but i would its automatic. I made on this when they are dead admin need to type bb_swap deadct on the console and it will switch. But if someone can do it automatic at...
Forum: Scripting Help 11-02-2023, 06:45
Replies: 8
Views: 630
Posted By Ace67
Dead Switch Team Plugin

Yo, i made this plugin for switch all dead CT to T on last round before change map for basebuilder

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fakemeta>
#include...
Forum: Scripting Help 10-31-2023, 15:30
Replies: 1
Views: 339
Posted By Ace67
Re: Edit "[ZP]" prefix (zp5.0)

Please refer your request on ZP section!
Forum: Scripting Help 10-31-2023, 05:58
Replies: 4
Views: 712
Posted By Ace67
Re: Automatic Paypal payment

I think your right about https, because when i was on the page for get my token id there was already http. :3

I will check about your alternative solution.
Showing results 1 to 25 of 282

 
Forum Jump

All times are GMT -4. The time now is 16:32.


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