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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: NiHiLaNTh
Forum: Zombie Plague Mod 06-10-2023, 12:16
Replies: 1
Views: 974
Posted By NiHiLaNTh
Re: Zombie Plague ZmClass : Arachne Zombie

Please post files to the forum itself rather than random turkish hosting sites.
Forum: Suggestions / Requests 11-15-2020, 17:56
Replies: 21
Views: 2,390
Posted By NiHiLaNTh
Re: help! help! help! my server getting hacked

Stop buying or downloading backdoored plugins from retards. These days no one can be trusted lol
Forum: Scripting Help 07-11-2019, 14:15
Replies: 2
Views: 1,167
Posted By NiHiLaNTh
Re: [HELP] Material Detection

Its a combination of EngFunc_TraceTexture + DLLFunc_PM_FindTextureType. Please refer to this (albeit 10 year old) (https://forums.alliedmods.net/showpost.php?p=686504&postcount=5) post for example....
Forum: Scripting Help 11-16-2018, 02:30
Replies: 6
Views: 2,037
Posted By NiHiLaNTh
Re: pev_groupinfo thing

What is CURRENT_ENT_BIT?
Forum: Scripting Help 11-14-2018, 16:34
Replies: 6
Views: 2,037
Posted By NiHiLaNTh
Re: pev_groupinfo thing

I believe that instead of "| id and & ~id" you must use something like this

set_pev( ent, pev_groupinfo, pev( ent, pev_groupinfo ) | ( 1<<(id & 31) )

Same idea for resetting the entity.
Forum: Scripting Help 11-06-2018, 12:16
Replies: 11
Views: 2,552
Posted By NiHiLaNTh
Re: Doubt Chromchat vs ColorChat

Will these God damn useless colored chat stocks ever die? Like 70% of random plugins I work with have another 'new' colorchat include.
Forum: Scripting Help 07-31-2018, 12:51
Replies: 12
Views: 2,679
Posted By NiHiLaNTh
Forum: Scripting Help 07-09-2018, 04:17
Replies: 5
Views: 1,498
Posted By NiHiLaNTh
Re: [METAMOD] Check if is player is bot

Bots might also have FL_FAKECLIENT flag.
Forum: Scripting Help 06-29-2018, 01:58
Replies: 27
Views: 3,284
Posted By NiHiLaNTh
Re: Block Something in server

I've already told you earlier - consider using regular expressions.
Forum: Scripting Help 06-25-2018, 14:40
Replies: 45
Views: 5,810
Posted By NiHiLaNTh
Re: Blocking Unicode Characters

Better consider using regex for things like that.
Forum: Scripting Help 06-25-2018, 02:34
Replies: 1
Views: 579
Posted By NiHiLaNTh
Re: [ H3LP ] Player view

Its called view offset and can be changed through pev_view_ofs/EV_VEC_view_ofs/var_view_ofs.
But it has to be updated when player ducks/unducks and it might look kinda ugly.
Forum: Scripting Help 06-14-2018, 12:06
Replies: 11
Views: 2,176
Posted By NiHiLaNTh
Re: IF Performance (Yeah, IF)

If you have multiple AND's chained, than if the first expression is false, the compiler won't check the others.
Forum: Approved Plugins 06-13-2018, 17:00
Replies: 32
Views: 18,111
Posted By NiHiLaNTh
Re: Impulse Grenade

Its 2018, why you still change viewmodels with CurWeapon event?
Forum: Scripting Help 05-31-2018, 14:16
Replies: 1
Views: 744
Posted By NiHiLaNTh
Re: Case and Keys problem (need make save)

If you need to save SteamID - some value, simply use nvault.
Forum: Scripting Help 05-31-2018, 14:14
Replies: 4
Views: 2,023
Posted By NiHiLaNTh
Re: Creating Menu

Consider creating static menus.
Forum: New Plugin Submissions 05-31-2018, 14:12
Replies: 19
Views: 12,483
Posted By NiHiLaNTh
Re: [v1.0.4, May 29] The Hidden

Nice to see that you're still here. :)
Forum: Scripting Help 05-31-2018, 14:11
Replies: 4
Views: 1,154
Posted By NiHiLaNTh
Re: [ H3LP ] m_iMenu linuxdiff

It should be 5, like for all CBasePlayer offsets.
Forum: Scripting Help 03-18-2018, 12:07
Replies: 7
Views: 1,741
Posted By NiHiLaNTh
Re: [HELP] Convert if to switch in this code

Use arrays or create some sort of formula to calculate the level. I can see the pattern - each 3 levels score against higher ranks (with some exceptions).
Forum: Scripting Help 03-11-2018, 15:50
Replies: 5
Views: 1,265
Posted By NiHiLaNTh
Re: Loading incorrect model. (string is concatenating?)

You defined oldModel like this


new oldVModel[128][32];


but you use it like this:


set_pev(id, pev_viewmodel, engfunc(EngFunc_AllocString, oldVModel[id]));
Forum: Scripting Help 03-06-2018, 14:42
Replies: 10
Views: 2,379
Posted By NiHiLaNTh
Re: [HELP] write_byte called no active message : Blood Colorizer

Is Google banned at your country? When you type Ham_BloodColor, the first result points to thread with THIS (https://forums.alliedmods.net/showpost.php?p=863242&postcount=9) post.
Forum: Scripting Help 03-05-2018, 16:44
Replies: 10
Views: 2,379
Posted By NiHiLaNTh
Re: [HELP] write_byte called no active message : Blood Colorizer

Just change the color inside Ham_BloodColor.
Forum: Scripting Help 02-21-2018, 12:41
Replies: 42
Views: 5,431
Posted By NiHiLaNTh
Re: New message started when msg '66' has not been sent yet

No, it still crashing :( When i choose a duel, i start hitting the CT and when he has half health left server crashes... :/

Come back with the output when the crash occurs. Make sure it's the...
Forum: Scripting Help 01-19-2018, 05:11
Replies: 5
Views: 1,684
Posted By NiHiLaNTh
Re: Change pev_controller on v_model

Yeah, but it lacks hand texture.
Forum: Scripting Help 01-18-2018, 16:05
Replies: 5
Views: 1,684
Posted By NiHiLaNTh
Re: Change pev_controller on v_model

Unfortunately you can't do it.
Off-Topic where do you these models from? Are they released somewhere on the Internet?
Forum: General 01-11-2018, 14:28
Replies: 7
Views: 2,086
Posted By NiHiLaNTh
Re: Dust2 Bomb Bug

Its an old game bug.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 15:39.


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