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

Showing results 1 to 25 of 172
Search took 0.01 seconds.
Search: Posts Made By: suhdude
Forum: Scripting Help 05-16-2018, 09:47
Replies: 10
Views: 2,635
Posted By suhdude
Re: [HELP] Remove bomb..

How would I do this in a good way..
I solved it using a variable, it is not nice but it works.

I'm guessing I should have used something like find_ent_by_model.


When I deleted that line,...
Forum: Scripting Help 05-15-2018, 09:07
Replies: 0
Views: 563
Posted By suhdude
[HELP] give_item m4a1 with silencer attached?

edit: I searched the forum and found nothing, tried a little more using google and found:
https://forums.alliedmods.net/showthread.php?p=1825044
Forum: Scripting Help 05-15-2018, 07:33
Replies: 10
Views: 2,635
Posted By suhdude
Re: [HELP] Remove bomb..

SOLVED

//This removes bomb when it is dropped

public plugin_init()
{
RegisterHam(Ham_Spawn, "weaponbox", "RemoveWeaponbox", 1)
}

public RemoveWeaponbox(ent)
Forum: Scripting Help 05-15-2018, 07:07
Replies: 10
Views: 2,635
Posted By suhdude
Re: [HELP] Remove bomb..

Thank you I should have tested it first.
I have one problem now, when the bomb explodes round is not over.
I have a function that automatically plants a bomb at the bomb site.

That is why I want...
Forum: Scripting Help 05-15-2018, 05:29
Replies: 10
Views: 2,635
Posted By suhdude
Re: [HELP] Remove bomb..

This only removes the plantzone correct?
Players still drop the bomb and it makes a noise when you pick it up.

Thanks.
Forum: Scripting Help 05-14-2018, 19:54
Replies: 10
Views: 2,635
Posted By suhdude
[HELP] Remove bomb..

I have looked in these threads and tried some of the code without any luck.

https://forums.alliedmods.net/showthread.php?t=40164?t=40164
https://forums.alliedmods.net/showthread.php?p=2289060...
Forum: General 03-19-2018, 22:21
Replies: 0
Views: 609
Posted By suhdude
Pause csstats?

I can't pause stats in config, how can I do this?

I don't want stats to count during warmup.cfg, only start.cfg.

Please help!
Forum: HL1 Servers (HLDS) 03-19-2018, 20:42
Replies: 5
Views: 1,799
Posted By suhdude
Re: Linking motd from motd

Did I missunderstand this plugin?
Does it not add link to .txt?
https://forums.alliedmods.net/showthread.php?t=297627

OT: I just installed your VSC extension, it is nice!
Forum: Suggestions / Requests 03-19-2018, 19:04
Replies: 0
Views: 649
Posted By suhdude
Can you move info_camera_link entity?

I would like to move the info_camera_link entity, so that you can change camera angles quickly.
Me and some friends are hosting a 1.6 tournament in a month or two, its gonna be pretty big.

I...
Forum: Approved Plugins 03-19-2018, 18:59
Replies: 180
Views: 315,804
Posted By suhdude
Re: Map Spawns Editor v1.0 update [2006-10-23]

Is it possible to rewrite this so that you can move the spectator camera entity?
Forum: Scripting Help 03-16-2018, 22:41
Replies: 0
Views: 522
Posted By suhdude
Turn of stat registration on warmup.cfg

I have a plugin that balances team using kills / deaths.
I have tried pausing statsx.amxx in warmup.cfg, and unpausing it in start.cfg
But it still saves the kills and deaths.

This is obviously...
Forum: Suggestions / Requests 03-05-2018, 05:00
Replies: 0
Views: 701
Posted By suhdude
Spectator Plugin For 1.6 Tournaments

I stream tournaments and comment on the gameplay when I do so, and I'm looking for a plugin that gives any improvements to spectator mode. I know picture in picture doesent work, and it is quite...
Forum: Approved Plugins 11-17-2017, 21:09
Replies: 17
Views: 13,768
Posted By suhdude
Re: Pop Grenade

Noticed a bug, from out of nowhere any nade I throw just gets stuck in the air in front of me.
Forum: HL1 Servers (HLDS) 11-17-2017, 18:49
Replies: 2
Views: 1,649
Posted By suhdude
Forum: HL1 Servers (HLDS) 11-17-2017, 16:05
Replies: 2
Views: 1,649
Posted By suhdude
BAD: 228:svc_bad Host_Error: CL_ParseServerMessage: Illegible server message - svc_b

I just had my first test run of 10 people on my server.
The game crashed for one person, one got some steam id validation error..
And one got:

BAD: 228:svc_bad
Host_Error:...
Forum: Suggestions / Requests 11-17-2017, 12:22
Replies: 5
Views: 1,227
Posted By suhdude
Re: Join spectator without suicide first.

Thank you guys.
Is it possible to add this to the team menu?
When I am alive and press "m" I can't pick spectator.
I first have to type kill or be dead.

Maybe a menu item can be added to the...
Forum: Suggestions / Requests 11-17-2017, 12:17
Replies: 11
Views: 2,307
Posted By suhdude
Re: No reset score and team score

For me all it does is keep the PLAYER score, not TEAM score.
Forum: Suggestions / Requests 11-17-2017, 02:24
Replies: 2
Views: 2,475
Posted By suhdude
Re: Fake HLTV

I also request this.
Forum: Approved Plugins 11-17-2017, 01:26
Replies: 51
Views: 53,953
Posted By suhdude
Re: Spectator Hud Information

Yeah but you cant see the radar when you are spectating someone, might sound stupid but I would like to give my teammates good info when they focus on the enemy.

For example, telling them that...
Forum: Suggestions / Requests 11-16-2017, 23:30
Replies: 12
Views: 2,856
Posted By suhdude
Re: Teleport bomb carrier to bomb site.

Hey, thanks. Nice that you added the get coordinates too!
When I try to compile, I get:
"Error: Array sizes do not match, or destination array is too small on line 38"
Forum: HL1 Servers (HLDS) 11-16-2017, 23:24
Replies: 2
Views: 999
Posted By suhdude
Re: Linux server not reading .cfg properly

When I use the exact same config on windows, it works.
I load it using rcon exec gather.cfg


I also tried this in console, in both windows and linux:
wait100; wait100; wait100; sv_restart 1
...
Forum: HL1 Servers (HLDS) 11-16-2017, 21:39
Replies: 2
Views: 999
Posted By suhdude
Linux server not reading .cfg properly

I have a config that i execute when match is live.
It is supposed to restart the round three times.

But I don't think my new linux server reads the alias or wait command properly.
I have saved...
Forum: Suggestions / Requests 11-16-2017, 15:30
Replies: 12
Views: 2,856
Posted By suhdude
Re: Teleport bomb carrier to bomb site.

If its random it will be hard for me to know where to place spawns.
The bomb carrier will spawn on A maybe, when the spawn points are set to spawn on B.
So one player will then be alone on A.

If...
Forum: Suggestions / Requests 11-16-2017, 10:26
Replies: 11
Views: 2,307
Posted By suhdude
Re: No reset score and team score

It doesent do what the OP asked for.
"But i also need dont reset team score when sv_roundrestart."
Forum: Approved Plugins 11-16-2017, 05:52
Replies: 51
Views: 53,953
Posted By suhdude
Re: Spectator Hud Information

Is it possible to add teammate radar to this plugin?
Showing results 1 to 25 of 172

 
Forum Jump

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


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