Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Grey83
Forum: Plugins Today, 09:52
Replies: 12
Views: 5,040
Posted By Grey83
Re: [CSS] Adding new guns plugin

I used your latest version of the plugin, but encountered an issue. Please refer to your latest comment in Hlmod, the issue is already in the video reply
Forum: Plugins Yesterday, 13:43
Replies: 18
Views: 9,288
Posted By Grey83
Re: [NMRiH] Cyclop's beam (2016/05/03)

On my servers prefix in the chat was always displayed as intended.
Forum: Plugins Yesterday, 13:41
Replies: 38
Views: 10,300
Posted By Grey83
Re: [NMRiH] Equipment 1.0.1 [2021/09/04]

1 Chinese character = 4 Latin characters
Forum: Plugins Yesterday, 13:37
Replies: 118
Views: 37,632
Posted By Grey83
Re: [NMRiH] Skins 1.0.1 [2021/01/30]

how i get, the plugin not create? or my self create a empty file
Forum: Plugins Yesterday, 06:46
Replies: 118
Views: 37,632
Posted By Grey83
Re: [NMRiH] Skins 1.0.1 [2021/01/30]

You must have this file on the server for the plugin to work
Forum: Plugins Yesterday, 06:44
Replies: 18
Views: 9,288
Posted By Grey83
Re: [NMRiH] Cyclop's beam (2016/05/03)

line 19 in nmrih_cyclop 1.1.0_23.05.2024.sp
Forum: Plugins Yesterday, 05:44
Replies: 118
Views: 37,632
Posted By Grey83
Re: [NMRiH] Skins 1.0.1 [2021/01/30]

does the file "configs/nmrih_skins/skins_menu.ini" exist and is filled in correctly?
Forum: Unapproved Plugins Yesterday, 05:41
Replies: 39
Views: 24,762
Posted By Grey83
Re: [ANY] Bring/GoTo [UPDATED 2/6/2017]

This code does not allow you to teleport a player if the destination location is already occupied by some entity
Forum: Unapproved Plugins Yesterday, 02:45
Replies: 39
Views: 24,762
Posted By Grey83
Re: [ANY] Bring/GoTo [UPDATED 2/6/2017]

you can find it there (for about 4 years now): https://hlmod.net/threads/42111/
Forum: Plugins 06-01-2024, 07:08
Replies: 118
Views: 37,632
Posted By Grey83
Forum: Unapproved Plugins 06-01-2024, 06:55
Replies: 39
Views: 24,762
Posted By Grey83
Re: [ANY] Bring/GoTo [UPDATED 2/6/2017]

Rewrote completely in new syntax, also did some code optimization.
SM1.11://// sm_telemanager 1.0.0.sp
//
// Z:\sm_telemanager 1.0.0.sp(74) : warning 234: symbol "FCVAR_PLUGIN" is marked as...
Forum: Unapproved Plugins 06-01-2024, 03:00
Replies: 39
Views: 24,762
Posted By Grey83
Re: [ANY] Bring/GoTo [UPDATED 2/6/2017]

To teleport to the aiming point, you can use the following code so that the player does not get stuck in the wall: static float ang[3], pos[3], vec[3], start[3];
GetClientEyePosition(client, pos);...
Forum: Plugins 06-01-2024, 02:56
Replies: 18
Views: 9,288
Posted By Grey83
Re: [NMRiH] Cyclop's beam [2024/05/23]

Corrected and re-uploaded the source file
Forum: Unapproved Plugins 05-31-2024, 02:51
Replies: 39
Views: 24,762
Posted By Grey83
Re: [ANY] Bring/GoTo [UPDATED 2/6/2017]

This warning began to appear only starting from SM1.11 and can be fixed by simply adding "return 0;" before the closing curly brace of the menu callback function.
Forum: Plugins 05-31-2024, 02:46
Replies: 18
Views: 9,288
Posted By Grey83
Re: [NMRiH] Cyclop's beam [2024/05/23]

To use the plugin, you must first place the translation file "nmrih_cyclop.phrases.txt" on the server.
Forum: Plugins 05-28-2024, 03:47
Replies: 18
Views: 9,288
Posted By Grey83
Re: [NMRiH] Cyclop's beam [2024/05/23]

What's in the error log?
.../nmrih/addons/sourcemod/logs/errors_2024052*.log
Forum: Plugins 05-27-2024, 13:17
Replies: 38
Views: 10,300
Posted By Grey83
Re: [NMRiH] Equipment 1.0.1 [2021/09/04]

I don’t know, maybe I’ll never update.
I last played NMRiH almost 2 years ago.

This plugin was written to replace this plugin (https://forums.alliedmods.net/showpost.php?p=2562680&postcount=112).
Forum: Plugins 05-27-2024, 05:40
Replies: 38
Views: 10,300
Posted By Grey83
Re: [NMRiH] Equipment 1.0.1 [2021/09/04]

Perhaps this affected the work of the plugin:
* Added inventory property overrides for weapons (icon, label, weight)
Forum: Plugins 05-27-2024, 05:32
Replies: 38
Views: 10,300
Posted By Grey83
Re: [NMRiH] Equipment 1.0.1 [2021/09/04]

IDK
The last version I ran was 1.13.4.
Forum: Plugins 05-23-2024, 17:43
Replies: 8
Views: 7,623
Posted By Grey83
[NMRiH] Safe Zone Health 1.1.0 [2024/05/24]

Changes in v1.1.0 [2024/05/24]:
Completely rewritten in new syntax (fully compatible with SM1.12)
The code has been slightly optimized
Forum: Plugins 05-23-2024, 16:29
Replies: 18
Views: 9,288
Posted By Grey83
[NMRiH] Cyclop's beam [2024/05/23]

Changes in v1.1.0 [2024/05/23]:
Completely rewritten in new syntax (fully compatible with SM1.12)
The code has been slightly optimized
Forum: Plugins 05-23-2024, 14:59
Replies: 38
Views: 10,300
Posted By Grey83
Re: [NMRiH] Equipment 1.0.1 [2021/09/04]

Line 547:
stock char FillMenuItem(const int client, const int item)
==>
stock char[] FillMenuItem(const int client, const int item)
Forum: Plugins 05-23-2024, 14:55
Replies: 43
Views: 18,564
Posted By Grey83
Re: [NMRiH] Health & Armor Vampirism v1.0.5 [2021/11/21]

My code never contained a call to the GetMaxClients() function.
Forum: Plugins 04-19-2024, 07:44
Replies: 43
Views: 18,564
Posted By Grey83
Re: [NMRiH] Health & Armor Vampirism v1.0.5 [2021/11/21]

What are the differences, other than changed formatting and a change in author?
Forum: Plugins 04-06-2024, 06:43
Replies: 104
Views: 44,214
Posted By Grey83
Re: [CSS/CSGO] Revival 1.1.6 [2022/10/29]

CarlosCb22, from me in the near future - not: I'm using Win7, which this game doesn't work on. =)
Showing results 1 to 25 of 500

 
Forum Jump

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


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