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

Showing results 1 to 25 of 500
Search took 0.07 seconds.
Search: Posts Made By: devilicioux
Forum: General 02-23-2017, 03:35
Replies: 7
Views: 1,538
Posted By devilicioux
Re: AMXX 1.8.3 Changelog?

Undoubtedly that's just impressive how people are contributing to make AMX better :twisted: But its being updated since 2014 (if i am not wrong) ..Why not start listing the improvements/enhancements...
Forum: General 02-22-2017, 11:55
Replies: 1
Views: 663
Posted By devilicioux
Re: Server crashes 5-10x in one day

Are you checking if the player is connected before sending him a HUD/DHUD Messages in your plugin ?
Forum: General 02-22-2017, 11:54
Replies: 7
Views: 1,538
Posted By devilicioux
AMXX 1.8.3 Changelog?

Can we for the love of god have a Enhancement/fix ChangeLog for 1.8.3 pinned on top for ease of knowledge ? PLEASE ? PLEAAASEEEEEEE ? PLEEEEEEEAAAASSSSSEEEEEEEEEEEE?

P. S: C'mon its 14 pages of...
Forum: General 02-22-2017, 11:45
Replies: 3
Views: 1,179
Posted By devilicioux
Re: Automix plugin for 16 players

Increase the cvar(pug_players) value to 16.
Its 10 by default. I am assuming you are using p1mp's Automix.
Forum: Suggestions / Requests 11-28-2016, 08:19
Replies: 2
Views: 1,082
Posted By devilicioux
Re: (help) convert css map to cs 1.6

AFAIK , multiple aa_dima variants already exists in CS 1.6 . Just search on google. if you still feel the one you want isnt there. You should be requesting this in Off-topic sub forum.
Forum: Suggestions / Requests 11-28-2016, 08:16
Replies: 7
Views: 1,523
Posted By devilicioux
Re: Any on Make Menu Like This

What if someday that server's owner puts a plugin that just prints "Shehzad is noob" every 1 minute. Will he request that as well ? #Curious :bee:
Forum: Suggestions / Requests 11-28-2016, 08:12
Replies: 2
Views: 1,384
Posted By devilicioux
Re: [HELP] Change Bullets Spread

Not sure if making it look like CSGO is possible but definitely you can handle the spread and punchangle stuff .. Check this out (https://forums.alliedmods.net/archive/index.php/t-88328.html) ..
Forum: Suggestions / Requests 11-28-2016, 08:08
Replies: 18
Views: 2,967
Posted By devilicioux
Re: [REQ] Plugin Help

1. Just search for How to make player menu in code snippets and tutorials. Good enough examples and tuts are there.

2. yes what pika does is slowhacking.

3. It wont work on steamers....
Forum: Suggestions / Requests 11-28-2016, 08:03
Replies: 4
Views: 1,766
Posted By devilicioux
Re: only dust2 at night

Rather adding another plugin.. should we be modifying the default amxx files to stop the command from work and just setting d2 at night. Adding a separate plugin will still allow admin to change map...
Forum: Suggestions / Requests 11-28-2016, 06:40
Replies: 9
Views: 1,658
Posted By devilicioux
Re: [ReQ] i want a simple /destroy plugin

He added a function CommandDestroyDispenser which basically gets called on /destroy command and removed the dispenser entity created by the player who typed the command.



Check the updated...
Forum: Suggestions / Requests 01-25-2016, 08:42
Replies: 2
Views: 697
Posted By devilicioux
Re: Client sided !sky changer.

The problem is even if you change the skybox for him individually .. he needs to reconnect to server to see that skybox.. AFAIK.
Forum: Scripting Help 01-19-2016, 06:19
Replies: 17
Views: 2,313
Posted By devilicioux
Re: I'm looking for person

Headshot ! Cant be more precise.
Forum: HL1 Servers (HLDS) 01-18-2016, 02:50
Replies: 2
Views: 1,085
Posted By devilicioux
Re: Simulating REAL player ping

Not really sure but there are softwares that can actually simulate latency .. Mostly used for Performance Testing..
Example : HP Shunra (PAID).. so what you can do is search for open source...
Forum: Scripting Help 01-14-2016, 08:10
Replies: 11
Views: 2,566
Posted By devilicioux
Re: Code for "wait"

When did he ask for a payment ? :3 Most of the coders here are for helping the community with their knowledge and not for money :up:
Forum: Suggestions / Requests 01-12-2016, 02:55
Replies: 9
Views: 1,997
Posted By devilicioux
Re: Plugin to run only if are x players

Bumping the solution.
And keep a check on that variable to be "Enabled" or "Disabled" depending upon client_putinserver and client_disconnect.
I ll prefer to keep it boolean.

Adding Info :
You...
Forum: Suggestions / Requests 01-07-2016, 02:56
Replies: 9
Views: 1,030
Posted By devilicioux
Re: Client connect is dead

What++? :twisted: I am not even getting closer to understanding what he/she is trying to say L0L xD
Forum: Suggestions / Requests 01-07-2016, 02:52
Replies: 16
Views: 1,935
Posted By devilicioux
Re: [Req] Open motd when u die.

Right. Its completely handled client side.
Even if its possible via memory hacking.. AM doesn't support such stuff.
And its not a good idea to force such commands on clients.

Curious Question.....
Forum: Suggestions / Requests 12-11-2015, 23:09
Replies: 3
Views: 960
Posted By devilicioux
Re: Load unpause amxx module.

Metamod commands wont work on amxx modules.
Pulled out these from metamod source.
<php>
// Parse "meta" console command.
void DLLHIDDEN svr_meta(void) {
const char *cmd;
cmd=CMD_ARGV(1);
//...
Forum: Suggestions / Requests 11-05-2015, 05:42
Replies: 7
Views: 1,011
Posted By devilicioux
Re: [SOLVED] Reverse KnockBack As Adrenaline Boost

You can store players current speeds in array ..and keep track of current speed / increase or decrease .. however you want ..
You will end up something like


VelocityByAim(id, g_CurrSpeed[id],...
Forum: Suggestions / Requests 10-31-2015, 11:12
Replies: 7
Views: 1,011
Posted By devilicioux
[SOLVED] Reverse KnockBack As Adrenaline Boost

As title says i am trying to use Knockback in the Reverse way and make it act like adrenaline boost..

Now the problem is how do i use it ? i havent worked on Entities before and have literally no...
Forum: Scripting Help 10-30-2015, 00:26
Replies: 7
Views: 934
Posted By devilicioux
Re: [HELP] How to Add Double Shot

Firstly .. Really G(0.o)d J0b with the plugin :wink:

Haven't run it yet .. but a top level observation..

IIRC This way is too unreliable and players can easily bypass it by setting alias for...
Forum: Off-Topic 10-29-2015, 04:10
Replies: 4
Views: 1,040
Posted By devilicioux
Re: Security leak at alliedmods web site

He's right.. publically displaying up versions of softwares used makes it easy for hackers as well as script kiddies to just directly search for exploits and vulnerabilities to that specific version...
Forum: Scripting Help 10-28-2015, 02:24
Replies: 15
Views: 1,636
Posted By devilicioux
Re: [AMXX] Run time error 4: index out of bounds

Issue is probably with your ChatColor include.. Use some better stock.
Forum: Scripting Help 10-28-2015, 02:21
Replies: 18
Views: 2,080
Posted By devilicioux
Re: storing multiple values in nvault?

Not sure if i am thinking the correct way but lets take this example..

I have a XP plugin that uses Nvault and i see people complaining about some chokes they feel on server ..

Currently i have...
Forum: Off-Topic 10-28-2015, 02:12
Replies: 5
Views: 15,013
Posted By devilicioux
Re: CS:GO players doing fake knife unboxing on casual servers

Dayum! .. how can you say its fake ? I thought they actually opened up cases which prints that in chat :shock:
Showing results 1 to 25 of 500

 
Forum Jump

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


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