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

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: anderpp
Forum: Off-Topic 01-17-2021, 15:17
Replies: 6
Views: 4,952
Posted By anderpp
Re: Anti DDos Debian 10

I didn't understand this part.
The rule repeat and has an unknown term, DNSIP?
Forum: New Plugin Submissions 04-05-2020, 16:02
Replies: 179
Views: 70,794
Posted By anderpp
Re: Elite Admin System v6.7.1 [+Bans, Gags, Ranks System]

@Freeze
@FreezeMenu

send_message( 0, LOG, false, "%L", LANG_PLAYER, "FREEZE_UNSET", g_szName[ id ], g_szAuthId[ id ], g_szName[ iPlayer ], g_szAuthId[ iPlayer ], g_szIp[ iPlayer ] );
...
Forum: New Plugin Submissions 04-01-2020, 08:20
Replies: 179
Views: 70,794
Posted By anderpp
Re: Elite Admin System v6.7.1 [+Bans, Gags, Ranks System]

yes, only the ban information. Kick info ok.
Forum: New Plugin Submissions 03-31-2020, 03:44
Replies: 179
Views: 70,794
Posted By anderpp
Re: Elite Admin System v6.7.1 [+Bans, Gags, Ranks System]

EliteAdminSystem_Commands

public client_putinserver( id )
{
get_user_authid( id, g_szAuthId[ id ], charsmax( g_szAuthId[ ] ) );
get_user_name( id, g_szName[ id ], charsmax( g_szName[ ] ) ); ...
Forum: New Plugin Submissions 10-27-2019, 11:11
Replies: 179
Views: 70,794
Posted By anderpp
Re: Elite Admin System v5.3.2 [+Bans, Gags, Ranks System]

nice job ultra thx

fix EliteAdminSystem.sma

When chat logging is active, player names do not appear in the log.
The cause of this is the function - OnHookSay - you have redeclared.
new szName...
Forum: Scripting Help 07-05-2019, 15:57
Replies: 13
Views: 2,547
Posted By anderpp
Re: Line–line intersection

yeah ;d


I explain to you, MP. Solved.
Forum: Scripting Help 08-23-2018, 00:54
Replies: 8
Views: 1,325
Posted By anderpp
Re: help me with switch

Thank you! Solved, statement if with strcmp.
Forum: Scripting Help 08-22-2018, 22:36
Replies: 8
Views: 1,325
Posted By anderpp
help me with switch

I have this structure

const numberofcolor = 7
new const linecolors[numberofcolor][] = {
"White",
"Green",
"Blue",
"White",
"Red",
"Black",
Forum: Scripting Help 08-17-2018, 11:55
Replies: 2
Views: 708
Posted By anderpp
Re: intersection EngFunc_TraceLine

you can give me a simple example?

Here's a simple example of what I've tried:


public hookthink(param[])
{
new id = param[0]
new HookEnt = param[1]
Forum: Scripting Help 08-17-2018, 10:39
Replies: 2
Views: 708
Posted By anderpp
intersection EngFunc_TraceLine

Hi guys

I'm trying to get the point of contact between the two beams, but I could not succeed. I used some plugins, beam_entity and beams.inc, the idea is to create an entity beam that could touch...
Forum: Scripting Help 03-21-2018, 01:28
Replies: 6
Views: 1,282
Posted By anderpp
Forum: Scripting Help 03-19-2018, 13:49
Replies: 6
Views: 1,282
Posted By anderpp
Re: Help attack delay

I made a specific citation:
if (get_user_weapon(id) == CSW_KNIFE)

So it's not about aimbot.

You have a example with get_gametime & get_user_oldbutton?
Forum: Scripting Help 03-19-2018, 13:36
Replies: 6
Views: 1,282
Posted By anderpp
Re: Help attack delay

Do not continue on that topic because it was the answers I expected, I really need help in this case. This is not AIMBOT ou SpreadDetector, is not specifically the game cs 1.6 and yes the MOD for Cs...
Forum: Scripting Help 03-19-2018, 11:51
Replies: 6
Views: 1,282
Posted By anderpp
Help attack delay

It is a specific mod

I need help for complete this structure

A example:

#include <amxmodx>
#include <engine>

#define PLUGIN "Prevent attack delay"
Forum: Suggestions / Requests 03-14-2018, 12:37
Replies: 5
Views: 1,090
Posted By anderpp
Re: client_print receive command

But in this example run through all the players.

I want the action after the message. You can give me an example of this?

server_print msg {


}
Forum: Suggestions / Requests 03-14-2018, 11:38
Replies: 5
Views: 1,090
Posted By anderpp
Re: client_print receive command

this is mod.

some players bug the competition

so I need that after this message the players can not attack
Forum: Suggestions / Requests 03-13-2018, 17:05
Replies: 5
Views: 1,090
Posted By anderpp
client_print receive command

Before starting the competition the plugin executes the following command:
client_print (id, print_chat, "[attention] %L", id, "MSG_COMP12");

Where MSG_COMP12 = "will start in 30 seconds".

My...
Forum: Suggestions / Requests 03-07-2018, 15:51
Replies: 6
Views: 1,846
Posted By anderpp
Re: Need HUD menu positon

yes i see now - this a HUD message. :oops:


thanks for all
Forum: Suggestions / Requests 03-07-2018, 15:19
Replies: 6
Views: 1,846
Posted By anderpp
Re: Need HUD menu positon

but it´s possible to modify the code in question?
have a similarity with the code in the link...


public ShowMenuHudPos(id)
{
new szMenuBody[256]
new keys
g_IsMenuOpen[id] = 1...
Forum: Suggestions / Requests 03-07-2018, 13:40
Replies: 6
Views: 1,846
Posted By anderpp
Re: Need HUD menu positon

example.
https://forums.alliedmods.net/showthread.php?p=19439

i want set menu in other position.
Forum: Suggestions / Requests 03-07-2018, 12:21
Replies: 6
Views: 1,846
Posted By anderpp
Need HUD menu positon

hi

I have this plugin and I want it to have the following coordinates

//Positions
g_hudcord[0] = 0.89
g_hudcord[1] = 0.42

showhudmessage
Forum: Suggestions / Requests 02-20-2018, 14:36
Replies: 4
Views: 1,141
Posted By anderpp
PrimaryAttackDelay

Someone can help me prevent auto-clicking? Some players are using programs auto-click and in this case i need to put delay in the +attack command to block excessive use.
Forum: Plugin/Gameplay Ideas and Requests 02-20-2018, 14:13
Replies: 0
Views: 485
Posted By anderpp
PrimaryAttackDelay

Someone can help me prevent auto-clicking? Some players are using programs auto-click and in this case I need to put time in the + attack command to block excessive use.

CS 1.6
Showing results 1 to 23 of 23

 
Forum Jump

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


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