Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: r14170
Forum: Plugins 03-16-2023, 23:29
Replies: 5
Views: 1,222
Posted By r14170
Re: [CS:GO] False Map Blocker

Very nice! Awesome work!

I needed this :)
Forum: Scripting 03-09-2023, 22:25
Replies: 5
Views: 623
Posted By r14170
Re: Help with GetRandomInt

The problem was that I also put


int GetRandomUInt(int min, int max)
{
return RoundToFloor(GetURandomFloat() * (max - min + 1)) + min;
}


inside another 'public' and it couldnt...
Forum: Scripting 03-09-2023, 03:06
Replies: 5
Views: 623
Posted By r14170
Re: Help with GetRandomInt

This code does not work and breaks my plugin when I try to compile

or im just dumb
Forum: Plugin/Gameplay Ideas and Requests 03-09-2023, 01:33
Replies: 2
Views: 480
Posted By r14170
Models/Sprites Question

Hi guys.

Im in need of the following files because I wasnt able to find them anywhere online nor in my CSGO folder:

models/props_junk/watermelon01.mdl
materials/sprites/laserbeam.vmt

Are...
Forum: Scripting 03-09-2023, 00:47
Replies: 5
Views: 623
Posted By r14170
Help with GetRandomInt

Hi guys.

Im trying to make 5% to get something and Im using:


new iRandomChance = GetRandomInt(1, 100);


Then I use:
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 20:08
Replies: 11
Views: 1,019
Posted By r14170
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 19:01
Replies: 5
Views: 738
Posted By r14170
Re: [CS:GO] All nades explode on impact

Using your code I was able to fix directly the frostnades plugin I have and now it works as I want.

Thanks very much again!
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 17:14
Replies: 5
Views: 738
Posted By r14170
Re: [CS:GO] All nades explode on impact

Tried this but this removes the impact effect from the frostnade :/
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 14:25
Replies: 11
Views: 1,019
Posted By r14170
Re: Revive Chance plugin

Im struggling to undestand how does this line work exactly:



if(!client || GetClientTeam(client) < CS_TEAM_T) // neither server nor spectators are allowed
return Plugin_Handled;...
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 11:27
Replies: 11
Views: 1,019
Posted By r14170
Re: Revive Chance plugin

Hey! Thanks for the update.

I believe it fixes a potential problem where only 1 player was able to use the revive me and it disables it for everyone? :D

Havent tested it yet, will do in a bit!
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 03:04
Replies: 0
Views: 481
Posted By r14170
HideNSeek Knife Round plugin

Hi there.

This is actually the last plugin I need for my server in order for it to be 'finished'! :D

Im looking for a plugin that would create a knife round after 15 seconds of warmup (so...
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 02:41
Replies: 11
Views: 1,019
Posted By r14170
Re: Revive Chance plugin

You are awesome!

I really really appreciate your help!
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 02:15
Replies: 11
Views: 1,019
Posted By r14170
Re: Revive Chance plugin

Hey! Thanks for the quick reply!

Works like a charm!

I really appreciate your help!

Is it possible to also check if the round has ended and if it has, the function would not be available?...
Forum: Plugin/Gameplay Ideas and Requests 03-08-2023, 00:05
Replies: 11
Views: 1,019
Posted By r14170
Revive Chance plugin

Hi there.

I searched for some revive plugins but all of them are very different from what Im looking for.

Im looking for a plugin which gives everyone 5% chance to be revived after they type...
Forum: Scripting 03-07-2023, 22:36
Replies: 5
Views: 1,463
Posted By r14170
Re: Need help with Knife Round Duels plugin (used CHAT GPT)

Hey, thanks for the reply and for trying!

It did work but it really does not fit my server as I don't even run cs_office :D
Forum: Plugin/Gameplay Ideas and Requests 03-07-2023, 19:03
Replies: 5
Views: 738
Posted By r14170
Re: [CS:GO] All nades explode on impact

You are awesome!

Works like a charm!

The only thing that "doesn't work" is that Im using a frostnade plugin which transforms smokes into frostnades and dont get me wrong, they activate on...
Forum: Scripting 03-07-2023, 11:49
Replies: 5
Views: 1,463
Posted By r14170
Forum: Scripting 03-07-2023, 00:01
Replies: 5
Views: 1,463
Posted By r14170
Need help with Knife Round Duels plugin (used CHAT GPT)

Hi there.

Im trying to create a plugin which makes Knife Only Duels at the start of every map.

Winners of the duels become Terrorists - Losers become CTs. (hiders (Ts) and seekers (CTs) in...
Forum: General 03-06-2023, 09:49
Replies: 4
Views: 1,340
Posted By r14170
Forum: General 03-06-2023, 01:31
Replies: 4
Views: 1,340
Posted By r14170
Will SourceMod plugins work in Source2?

Basically the title.

I know its a stupid question, but what do you guys think or it isn't really known yet as we have no access to Source2 at all?
Forum: Plugins 03-05-2023, 20:20
Replies: 5
Views: 1,430
Posted By r14170
Re: Knife Round - Pro Public

Hey!

Very nice plugin, Ive been searching for something similar.

Is there a way to make the winning team start as Terrorist always?

Thanks!
Forum: Plugin/Gameplay Ideas and Requests 03-04-2023, 22:41
Replies: 5
Views: 738
Posted By r14170
[CS:GO] All nades explode on impact

Hi guys,

I've been looking for a plugin like this: https://forums.alliedmods.net/showthread.php?t=309154

but it does not do the trick exactly for me.

Im looking for a plugin that will make...
Forum: Plugins 03-04-2023, 01:25
Replies: 32
Views: 18,727
Posted By r14170
Re: [CS:GO] Grenade Modes [Nademodes] (1.1.0 - 21/07/2018)

Is it possible to make all nades to be with Impact mode permanently? Without players to have to change the mode and the Normal mode to be gone entirely.

Thanks
Forum: Plugins 03-02-2023, 17:07
Replies: 5
Views: 1,849
Posted By r14170
Re: CSGOFixes

Hey, nice one!

Im not entirely sure what does this mean - Re-enables movement lag compensation inside of game_ui's to fix "laggy movement"

Can you explain a bit? Thanks!
Forum: Plugins 03-02-2023, 11:27
Replies: 44
Views: 20,898
Posted By r14170
Re: [CS:GO] KZTimer Jumpstats With Ownages & More! (Updated 08/07/2020)

Hi guys, Im trying to use this plugin + csgo movement unlocker but its not really detecting my jumps, everytime i jump it says that the jump is invalid. is there a cvar or anything i need to add so...
Showing results 1 to 25 of 500

 
Forum Jump

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


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