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

Showing results 1 to 25 of 500
Search took 0.11 seconds.
Search: Posts Made By: Depresie
Forum: General 12-26-2017, 08:40
Replies: 10
Views: 2,845
Posted By Depresie
Re: [Suggestion] get_players flags

Well, it could also return all players that are not hltv/spec which should be compatible with all the other games i think
Forum: General 12-26-2017, 06:22
Replies: 2
Views: 1,156
Posted By Depresie
Re: m_bGameStarted Offset ?

Well, fml, didn't scroll right till the end of times, bad habit
Forum: General 12-26-2017, 05:40
Replies: 2
Views: 1,156
Posted By Depresie
m_bGameStarted Offset ?

Any idea why i can't find this offset CHalfLifeMultiPlay m_bGameStarted ? is it specific for regame dll only ?
Forum: Scripting Help 12-24-2017, 15:04
Replies: 11
Views: 1,819
Posted By Depresie
Re: [ H3LP ] Entity members

Then get this https://forums.alliedmods.net/showthread.php?t=294188
Forum: Scripting Help 12-24-2017, 14:53
Replies: 11
Views: 1,819
Posted By Depresie
Re: [ H3LP ] Entity members

Anything you want to store on entities, you have to do it using the following pev fields
Storing the data in arrays like you were trying is not safe, because entities can get very high indexes...
Forum: General 12-24-2017, 00:52
Replies: 1
Views: 1,117
Posted By Depresie
Re: [BUG] Changing Lights AMXX 1.8.3

This has been discussed before, update amxx to latest dev, it is a 15 year old bug which was fixed recently

https://forums.alliedmods.net/showthread.php?t=301839...
Forum: General 12-23-2017, 11:38
Replies: 6
Views: 1,565
Posted By Depresie
Re: [ISSUE] Armor was messed up

Yep, it seems like the armor bought from the buy menu is working, but the armor received with set_user_armor doesn't work at all, it doesn't reduce damage, and it is not decreased

Btw if we are...
Forum: General 12-23-2017, 07:10
Replies: 6
Views: 1,565
Posted By Depresie
Re: [ISSUE] Armor was messed up

Is this supposed to be a bug fix or a check for me to do ?
Forum: General 12-23-2017, 04:29
Replies: 6
Views: 1,565
Posted By Depresie
[ISSUE] Armor was messed up

Was playing around with traceattack/takedamage today and i figured out that armor is messed up on the latest dev build

Symptoms
1. If a player buys kevlar + helmet from the buy menu it doesn't...
Forum: General 12-23-2017, 04:23
Replies: 27
Views: 4,998
Posted By Depresie
Re: [REQ] menu proprieties

All things included in the strings module could be called "small things" most of them even smaller..

Also, it was just a suggestion, it is not a priority, but implying that this is too...
Forum: General 12-23-2017, 02:40
Replies: 27
Views: 4,998
Posted By Depresie
Re: [REQ] menu proprieties

Give me a reason to not include it, and no i don't want it so bad, just thought it would be useful to have it included to the string natives
Forum: Scripting Help 12-23-2017, 02:28
Replies: 14
Views: 2,665
Posted By Depresie
Re: what is wrong?

https://i.imgur.com/8srN3Ul.png
Forum: General 12-22-2017, 13:05
Replies: 27
Views: 4,998
Posted By Depresie
Re: [REQ] menu proprieties

We already have natives for strings that have less use than what i suggested
You just asked a stupid question, what about we also remove strlen since it can be easily done with a loop ? or charsmax...
Forum: Scripting Help 12-20-2017, 21:48
Replies: 14
Views: 2,665
Posted By Depresie
Re: what is wrong?

What you miss is that to him this simple task looks like an UFO since he is not a programmer


#include <amxmodx>

new cvar_ip

public plugin_init()
{
cvar_ip = register_cvar(...
Forum: General 12-20-2017, 17:30
Replies: 2
Views: 1,870
Posted By Depresie
Re: Usage of amx_pika

They cannot access files outside of half life, and the only things they can do is modify the client's configuration
To avoid it simple write cl_filterstuffcmd 1 in console
Forum: Scripting Help 12-19-2017, 14:26
Replies: 3
Views: 1,127
Posted By Depresie
Re: [ H3LP ] Loop through client weapons

Btw the code above is only for 1.8.3
Forum: Scripting Help 12-19-2017, 14:23
Replies: 15
Views: 4,568
Posted By Depresie
Re: Guillotine few codes

+1

I also mentioned that i made the changes requested, i was too lazy to delete the rest of the stuff from the quote..
Forum: Scripting Help 12-19-2017, 14:18
Replies: 12
Views: 2,178
Posted By Depresie
Forum: Scripting Help 12-18-2017, 13:15
Replies: 15
Views: 4,568
Posted By Depresie
Re: Guillotine few codes

This is gonna give the guilotine on spawn to every admin ( any user that is registered in user.ini )
Forum: Off-Topic 12-13-2017, 16:21
Replies: 22
Views: 4,609
Posted By Depresie
Re: Alliedmodders night mode request?

For google chrome users you can also use https://mybrowseraddon.com/dark-mode.html

It's not as tight as klippy's because it was made to work for all websites, but it's pretty good

Btw, Klippz,...
Forum: General 12-13-2017, 14:31
Replies: 27
Views: 4,998
Posted By Depresie
Re: [REQ] menu proprieties

More details please :D



Up
Forum: General 12-13-2017, 14:02
Replies: 27
Views: 4,998
Posted By Depresie
Re: [REQ] menu proprieties

My primary reason is that it keeps me from formatting my menu title the way i want (i want to create some boxes around the title) and since it is placed at the end of the title, it messes my boxes up...
Forum: General 12-13-2017, 13:34
Replies: 27
Views: 4,998
Posted By Depresie
Re: [REQ] menu proprieties

True, i missed that..


forward_menu_display(iPlayer, iMenu)
forward_menu_destroy(iPlayer, iMenu)
forward_menu_select(iPlayer, iMenu, iSelect)


I was also thinking about strings
A native...
Forum: General 12-13-2017, 11:52
Replies: 27
Views: 4,998
Posted By Depresie
Re: [REQ] menu proprieties

I love you man

I know i may be forcing my luck, but could we have a couple more things added to the menus ?

For example
1. A menu property to not close a menu after selecting an option ( if...
Forum: General 12-12-2017, 15:18
Replies: 27
Views: 4,998
Posted By Depresie
Showing results 1 to 25 of 500

 
Forum Jump

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


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