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

Showing results 1 to 25 of 162
Search took 0.01 seconds.
Search: Posts Made By: Ardonicek
Forum: Scripting 05-09-2020, 17:19
Replies: 0
Views: 512
Posted By Ardonicek
[CS:GO] Disabling an entity temporarily

Hey there.

So basically, my situation is that I have a box on the map, the Global Entity Name is "powerup_chest".

I want these things to happen:
- When a player touches the entity, I would...
Forum: Scripting 05-09-2020, 07:55
Replies: 4
Views: 1,822
Posted By Ardonicek
Re: [CS:GO] Disabling the flashbang ringing effect

Dhooks 2.2.0 with the gamedata you provided works perfectly well! Thanks a lot. :)
Forum: Scripting 05-05-2020, 16:34
Replies: 4
Views: 1,822
Posted By Ardonicek
Re: [CS:GO] Disabling the flashbang ringing effect

Thank you. I have tried the plugin from that topic (incl. gamedata), but I wasn't able to make it work - the plugin doesn't even show up in the plugin list on current version of CS:GO/Sourcemod.
Forum: Scripting 05-05-2020, 15:56
Replies: 4
Views: 1,822
Posted By Ardonicek
[CS:GO] Disabling the flashbang ringing effect

Hello there. I'm looking for a way to disable the high-pitched sound effect after a flashbang is popped. If that's not possible, is there a way to remove the flashbang entity right before detonation?...
Forum: Scripting Help 01-12-2016, 15:48
Replies: 8
Views: 1,288
Posted By Ardonicek
Re: [HELP] How to control only first few characters of a string

Works like a charm! Thank you! :)
Oh and sorry for my English :P
Forum: Scripting Help 01-12-2016, 15:13
Replies: 8
Views: 1,288
Posted By Ardonicek
Re: [HELP] How to control only first few characters of a string

Well, what if I want to use it for a cvar?
for example - amx_randomcvar has a value: 123456
I just need to check for the first three characters, if they are equal, then the function I want (for...
Forum: Scripting Help 01-12-2016, 13:57
Replies: 8
Views: 1,288
Posted By Ardonicek
Re: [HELP] How to control only first few characters of a string

Can you explain this part of code?

mapName[ lenMapName - 4 ] = '^0';


If I understand it well, the first part of code means - if lenMapName variable has length of more than 4...
Forum: Scripting Help 01-12-2016, 13:25
Replies: 8
Views: 1,288
Posted By Ardonicek
[HELP] How to control only first few characters of a string

Hello, I need a little help.

For example if the string I have would be "123456789".

If the string begins with "123", it would do the function I want to.
If it begins with any other...
Forum: Suggestions / Requests 01-11-2016, 14:06
Replies: 2
Views: 407
Posted By Ardonicek
Re: How to get 32bit number since 1.1.1970?

Oh, thank you. Works like a charm, didn't know about this.
Sorry for posting it here, I'll use Scripting Help next time. :)
Forum: Suggestions / Requests 01-11-2016, 12:41
Replies: 2
Views: 407
Posted By Ardonicek
How to get 32bit number since 1.1.1970?

Hello, I'm trying to code a plugin, which posts some things into MySQL.

I need to get a variable, which shows the time in seconds from 1.1.1970.
Is there any easy way how to do it?

I can't...
Forum: Suggestions / Requests 01-10-2016, 13:43
Replies: 4
Views: 797
Posted By Ardonicek
Re: Get SID of Player

Thank you, I was looking for this.
Forum: Suggestions / Requests 01-09-2016, 18:46
Replies: 4
Views: 797
Posted By Ardonicek
Get SID of Player

What's the best way to get steamid via command?
(I need a code which I can use in other plugins too, some kind of code snippet :P)

The command would be for example amx_getsid <name> - I want to...
Forum: Suggestions / Requests 01-09-2016, 15:41
Replies: 0
Views: 492
Posted By Ardonicek
Add VIP via command

Hello, I use AMXBans. I want to handle adding VIPs without PHP script.
I would like to add them just by command as amx_addadmin doesn't work with AMXBans.

The preset VIP flags are "bit" no need...
Forum: Scripting 09-02-2015, 12:14
Replies: 10
Views: 1,885
Posted By Ardonicek
Re: Auto-Respawn for some time.

1 minute would be great

@Powerlord: CS:GO, forgot to mention that

@KissLick: I didn't see a request section for SourceMod, only for AMXX.
Forum: Scripting 09-01-2015, 16:49
Replies: 10
Views: 1,885
Posted By Ardonicek
Auto-Respawn for some time.

Hello, i'm looking for a plugin, which will autorespawn players for the first minute.

If anyone finds or codes anyone for me, it will be great.

+ it would be great to announce in chat for how...
Forum: Scripting 08-30-2015, 19:24
Replies: 6
Views: 2,255
Posted By Ardonicek
Re: Error 181

There's a problem with your compiled pack.
I can't move after spwaning - i can do almost ... nothing

+ i get these errors after installing it:


> [STEAM_1:0:52972097] Pure server: file:...
Forum: Scripting 08-30-2015, 17:38
Replies: 6
Views: 2,255
Posted By Ardonicek
Re: Error 181

Well, there's a Reason, i'm looking for timer with Rank system, if that's possible.
Forum: Scripting 08-30-2015, 13:16
Replies: 6
Views: 2,255
Posted By Ardonicek
Error 181

Hello, i'm fairly new to SourceMod (moved on from AMXX).
I'm trying to compile Timer plugin for my MG server. The problem is it doesn't want to compile.

Error:...
Forum: Suggestions / Requests 03-30-2014, 16:20
Replies: 5
Views: 1,187
Posted By Ardonicek
Re: Get name of last alive player

Works like a charm! Perfect! Thanks :) SOLVED.
Forum: Suggestions / Requests 03-29-2014, 18:01
Replies: 5
Views: 1,187
Posted By Ardonicek
Re: Get name of last alive player

I would like to see full public function of how it should be done.
Forum: Suggestions / Requests 03-29-2014, 15:42
Replies: 5
Views: 1,187
Posted By Ardonicek
Get name of last alive player

How to get name of last alive player? I spent few hours figuring out how to do it, but i ran out of ideas..
I have function which gets count of alive players, but i can't properly get the name of...
Forum: Suggestions / Requests 03-09-2014, 18:06
Replies: 4
Views: 909
Posted By Ardonicek
Re: Remove HE After Exploding

I was searching for it, nothing found :(
Forum: Suggestions / Requests 03-09-2014, 13:41
Replies: 4
Views: 909
Posted By Ardonicek
Remove HE After Exploding

Hello, i'm looking for a plugin, which will remove the thing which lasts after grenade explodes.
I couldn't find it anywhere, could somebody code it for me, please?

...
Forum: Suggestions / Requests 03-07-2014, 10:15
Replies: 0
Views: 378
Posted By Ardonicek
Switch random CT to T

Hello, i'm looking for a plugin which will select random CT and switch him to T and on end on round to CT and select another T.

But if there are 10 or more CTs on the servers, 2 Ts should be...
Forum: Code Snippets/Tutorials 02-26-2014, 15:37
Replies: 233
Views: 153,880
Posted By Ardonicek
Re: How To: Make a perfect NPC

Guys, how to make that NPC follow players and trying to kill them? :) If it's possible, paste the code here, please. :)
Showing results 1 to 25 of 162

 
Forum Jump

All times are GMT -4. The time now is 07:58.


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