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

Showing results 1 to 25 of 37
Search took 0.01 seconds.
Search: Posts Made By: Naeciof
Forum: Suggestions / Requests 02-22-2024, 16:26
Replies: 1
Views: 194
Posted By Naeciof
Team arms do not work in replay

Hello everyone, this plugin separates the arm skins for each team.
The only problem is that it doesn't work when I watch a replay on HLTV, the default arm always remains for both teams.

#include...
Forum: New Plugin Submissions 02-18-2024, 00:16
Replies: 10
Views: 1,910
Posted By Naeciof
Re: Splashing On The Water

Plugin shows errors when compiling
Forum: Suggestions / Requests 02-13-2024, 09:00
Replies: 27
Views: 3,359
Posted By Naeciof
Re: Bot Names Plugin

Do not compile
"error 017: undefined symbol "CS_TEAM_T"
Forum: Suggestions / Requests 02-12-2024, 12:44
Replies: 27
Views: 3,359
Posted By Naeciof
Re: Bot Names Plugin

Could someone edit this code just for the CT team?

#include <amxmodx>
#include <amxmisc>

#if !defined MAX_NAME_LENGTH
const MAX_NAME_LENGTH = 32
#endif

new Array:g_aBotNames, g_iTotalNames
Forum: New Plugin Submissions 02-08-2024, 08:46
Replies: 14
Views: 10,744
Posted By Naeciof
Re: WARMAKER

Team scores appear at the start and when teams switch sides.
Can anyone add the score to the plugin at the start of each round?
Forum: Suggestions / Requests 02-01-2024, 23:22
Replies: 3
Views: 506
Posted By Naeciof
Forum: Suggestions / Requests 01-16-2024, 01:08
Replies: 3
Views: 506
Posted By Naeciof
Add bots to this plugin

Hello guys! I would like to add bots to this plugin

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <fun>

#define PLUGIN "Respawn"
#define VERSION...
Forum: Suggestions / Requests 03-21-2023, 10:28
Replies: 2
Views: 519
Posted By Naeciof
Re: Just Loking for a Plugin

Try this
#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>

new amxx_touch_explode_he
new amxx_touch_explode_fb
new amxx_touch_explode_sg

public plugin_init()
Forum: Suggestions / Requests 03-12-2023, 22:21
Replies: 5
Views: 613
Posted By Naeciof
Re: rocketman fly plugin?

I found This (https://aghl.ru/forum/viewtopic.php?f=19&t=2562)
https://youtu.be/Ywtnv-Dj9_k
Forum: Suggestions / Requests 03-12-2023, 00:16
Replies: 5
Views: 613
Posted By Naeciof
Re: rocketman fly plugin?

Look this (https://forums.alliedmods.net/showthread.php?t=250760) or this (https://forums.alliedmods.net/showthread.php?p=213777)
Forum: Suggestions / Requests 03-09-2023, 16:58
Replies: 0
Views: 387
Posted By Naeciof
[Request] Block kill worldspawn DeathMsg

Could someone write a code that blocks only suicide in DeathMsg
Forum: New Plugin Submissions 02-26-2023, 01:38
Replies: 57
Views: 15,233
Posted By Naeciof
Re: Control Bots

include\engine_const.inc(249) : warning 201: redefinition of constant/macro (symbol "TraceResult")
bot_control.sma(337) : error 088: number of arguments does not match definition

1 Error.
Could...
Forum: New Plugin Submissions 02-21-2023, 01:34
Replies: 74
Views: 26,351
Posted By Naeciof
Re: Realistic Bullet: Real-Life Bullet physics to CS - FINAL VERSION

I can't compile, "include" files are missing?
Forum: Suggestions / Requests 07-17-2022, 13:08
Replies: 3
Views: 709
Posted By Naeciof
Re: How i can change the name of Terrorist and Counter-Terrorist from the TAB list?

In Tab score names can be changed in gameui_english.txt
cstrike> resourses> gameui_english.txt


if you want to change other parts of the game also change in
cstrike_english.txt and titles.txt
Forum: New Plugin Submissions 07-07-2022, 23:38
Replies: 24
Views: 25,191
Posted By Naeciof
Re: 2D.Rank System

With me I have a bug in Rank sprites

https://iili.io/jNbjx2.png
Forum: Suggestions / Requests 07-05-2022, 23:34
Replies: 4
Views: 437
Posted By Naeciof
Re: [REQ] Custom Weapons Hud Name

I made a set of skins using this plugin
link https://forums.alliedmods.net/showthread.php?t=262077&highlight=skinsystem

#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>
#include...
Forum: Suggestions / Requests 07-05-2022, 21:58
Replies: 4
Views: 437
Posted By Naeciof
Re: [REQ] Custom Weapons Hud Name

This name in the Hud is an edit, there is no plugin
Did you mean the skins plugin?
Forum: Suggestions / Requests 07-05-2022, 21:07
Replies: 4
Views: 437
Posted By Naeciof
[REQ] Custom Weapons Hud Name

I use a plugin that has custom weapons.
I would like a plugin where the name of v_model custom weapons appears on the HUD.
Example: weaponname.ini (v_ak47_demolition.mdl = AK47 Demolition)
...
Forum: Suggestions / Requests 06-26-2022, 08:18
Replies: 1
Views: 597
Posted By Naeciof
Kill_Assist - Duplicate Deathmsg

This plugin shows 1 frag in assist form.
Plugin bug is when death by suicide is duplicated in deathmsg.
https://iili.io/jJ8a9I.png

/*...
Forum: New Plugin Submissions 06-04-2022, 17:08
Replies: 15
Views: 5,358
Posted By Naeciof
Re: C4 Death Icon

It is possible to change the death icon via the sprite,
but some other ways to die will show the c4 icon.
Forum: Suggestions / Requests 05-29-2022, 00:38
Replies: 2
Views: 463
Posted By Naeciof
Re: Bots Drop all weapon death

Have you tried this plugin?
https://forums.alliedmods.net/showthread.php?p=619788
Forum: Suggestions / Requests 06-05-2020, 23:22
Replies: 2
Views: 912
Posted By Naeciof
Re: Skin System Weapon

Change line 125
for(new Num = 1; Num < MAXWEAPONS; Num++)

for this
for(new Num = 1; Num < MAXWEAPONS+1; Num++)
Forum: New Plugin Submissions 06-04-2020, 00:48
Replies: 15
Views: 5,358
Posted By Naeciof
Re: C4 Death Icon

A picture
https://iili.io/JOsFTb.jpg
Forum: Suggestions / Requests 05-29-2020, 17:12
Replies: 7
Views: 1,897
Posted By Naeciof
Re: Weapon Hud Sprite for Molotov

It worked!
Thanks :)
Forum: Suggestions / Requests 05-29-2020, 11:08
Replies: 7
Views: 1,897
Posted By Naeciof
Re: Weapon Hud Sprite for Molotov

I have hamsandwich_amxx.dll in the modules folder

*Log:

Plugin called message_begin with an invalid message id (0).
[AMXX] Displaying debug trace (plugin "weapon_hudsprite.amxx", version...
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT -4. The time now is 20:08.


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