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

Showing results 1 to 25 of 146
Search took 0.01 seconds.
Search: Posts Made By: 666
Forum: Suggestions / Requests 08-27-2023, 13:51
Replies: 1
Views: 654
Posted By 666
[Req] Create Free Chase Camera

how to make the player's camera follow an entity like the free chase camera
Forum: Suggestions / Requests 08-24-2023, 12:13
Replies: 1
Views: 562
Posted By 666
Force Spectator Mode

force spectator mode, I want that when a player dies by a knife and starts to spectate a player is forced to spectator mode to free chase camera and that he cannot change it regardless of how the...
Forum: Suggestions / Requests 10-13-2022, 23:26
Replies: 4
Views: 720
Posted By 666
Re: Help running config

Understood thanks friend, working perfectly :wink:
Forum: Suggestions / Requests 10-13-2022, 10:47
Replies: 4
Views: 720
Posted By 666
Re: Help running config

Hi, friend. Sorry for not explaining well what I want is to set the cvar that are in the cvar list. what complicates me is the constant, I don't know what to do there. I want to do it that way.

it...
Forum: Suggestions / Requests 10-12-2022, 18:48
Replies: 4
Views: 720
Posted By 666
Help running config

:)

#include <amxmodx>
#include <amxmisc>

enum CVARS
{
NAME[MAX_RESOURCE_PATH_LENGTH],
VALUE[MAX_RESOURCE_PATH_LENGTH]
};
Forum: Suggestions / Requests 07-20-2022, 13:40
Replies: 1
Views: 488
Posted By 666
Round Loser Bonus

any idea how to turn this into the csgo round loser bonus.

Example:
If the terrorist team loses 1 round, the loser bonus starts at 1,900. If they lose another, 500 will be added for losing a...
Forum: Suggestions / Requests 06-01-2022, 15:22
Replies: 1
Views: 464
Posted By 666
set origin player after death without corpse

I'm using this to teleport the player to an origin after dying but the body is teleported and the weapon too. How do I teleport him without a body or a weapon?

teleport_player(Player,...
Forum: New Plugin Submissions 02-17-2022, 11:51
Replies: 834
Views: 330,041
Posted By 666
Re: CS Pug Mod (4.0.2) [22/12/2021]

Good morning, afternoon, night.

Greetings Smiley.

I was doing a test of these plugins in this case the statistics and I found that in the 'Player Stats' section it does not show or does not...
Forum: Suggestions / Requests 08-18-2021, 11:31
Replies: 13
Views: 2,633
Posted By 666
Re: Client disconnected

If it works when starting the server, it shows the message without having to restart or change the map.

I have changed the code and remove the drop and it shows the message without restarting the...
Forum: Suggestions / Requests 08-17-2021, 12:40
Replies: 13
Views: 2,633
Posted By 666
Re: Client disconnected

Hello guys, install all default both hlds and amxmdox and metamod, do not modify anything just copy the plugin, I added this line to see through the server console server_print("* %s has left the...
Forum: Suggestions / Requests 08-16-2021, 10:45
Replies: 13
Views: 2,633
Posted By 666
Re: Client disconnected

good morning guys, this is the version of amxmodx
AMX Mod X 1.9.0.5281 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer"...
Forum: Suggestions / Requests 08-15-2021, 02:28
Replies: 13
Views: 2,633
Posted By 666
Re: Client disconnected

disable all plugins and just use that plugin to make sure, but the result is the same
Forum: Suggestions / Requests 08-14-2021, 18:28
Replies: 13
Views: 2,633
Posted By 666
Re: Client disconnected

This is the version, what could be happening :cry:

stock const AMXX_VERSION_STR[] = "1.9.0.5281";
Forum: Suggestions / Requests 08-14-2021, 17:10
Replies: 13
Views: 2,633
Posted By 666
Client disconnected

I'm trying to message all players when a player disconnects from the server and the reason, but it doesn't show me any messages when a player disconnects.

żI am doing something wrong or there is...
Forum: Suggestions / Requests 08-12-2021, 18:23
Replies: 3
Views: 818
Posted By 666
Silly question :)

which function is better and why or if someone could tell me an example when it would be better to use one than the other:

Function_1 or Function_2


public Function_1()
{
for ( new Player =...
Forum: Suggestions / Requests 07-24-2021, 12:43
Replies: 2
Views: 1,079
Posted By 666
How to get hltv name

you can do something similar like get_user_name ?
Forum: New Plugin Submissions 06-24-2021, 12:14
Replies: 309
Views: 122,307
Posted By 666
Re: Entity Resources Replacement[ V 1.4 ]

Eliminate the lines I have the same thing happened, I was testing and I only left this line:

ALL models / v_awp.mdl NULL models / uss_models / HD / p_awp.mdl models / uss_models / HD / w_awp.mdl
...
Forum: New Plugin Submissions 06-21-2021, 18:53
Replies: 309
Views: 122,307
Posted By 666
Re: Entity Resources Replacement[ V 1.4 ]

Why does this happen? Can anyone explain to me?

https://i.imgur.com/YvfaGZV.png

I use dynamic I only have this in weapon, Usually disappears when starting a new round
ALL models/v_ak47.mdl...
Forum: Suggestions / Requests 06-17-2021, 22:42
Replies: 4
Views: 845
Posted By 666
Re: AutoExecConfig does not run

thanks now i understand
Forum: Suggestions / Requests 06-17-2021, 12:57
Replies: 4
Views: 845
Posted By 666
Re: AutoExecConfig does not run

perfect I put AutoExecConfig (true); in plugin_init () and in OnConfigsExecuted () how do I read and execute it again
Forum: Suggestions / Requests 06-11-2021, 11:47
Replies: 4
Views: 845
Posted By 666
AutoExecConfig does not run

the problem is that it does not create the configuration folder and does not execute the cvars in OnConfigsExecuted, is there any way to run there?


example

/* Plugin generated by AMXX-Studio...
Forum: Suggestions / Requests 04-06-2020, 17:32
Replies: 2
Views: 679
Posted By 666
Don't buy some items

Hello, I want to block the grenades together with the shield and the night vision of the purchase menu
Forum: Suggestions / Requests 03-29-2020, 13:44
Replies: 3
Views: 715
Posted By 666
Re: show all players in scoreboard of team terrorist

I want to do it once they enter any team. I made this code. I do not know if it's ok.

#include <amxmodx>

public plugin_init()
{
register_plugin("1","2","3");
...
Forum: Suggestions / Requests 03-27-2020, 13:48
Replies: 3
Views: 715
Posted By 666
Forum: Suggestions / Requests 03-27-2020, 12:49
Replies: 3
Views: 715
Posted By 666
show all players in scoreboard of team terrorist

I tried with this code that I saw made of bugsy, it works well it shows all the CT players in the TERRORIST team on the scoreboard, but here comes the problem to the CT players it sets the TERRORIST...
Showing results 1 to 25 of 146

 
Forum Jump

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


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