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

Showing results 1 to 25 of 87
Search took 0.01 seconds.
Search: Posts Made By: SZOKOZ
Forum: Plugin/Gameplay Ideas and Requests 10-03-2019, 15:18
Replies: 9
Views: 3,055
Posted By SZOKOZ
Re: simple plugin request (sma to sp)

#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR "SZOKOZ/EXE KL"
#define PLUGIN_VERSION "1.00"

#include <sourcemod>

#pragma newdecls required
Forum: Plugin/Gameplay Ideas and Requests 09-29-2019, 18:31
Replies: 9
Views: 3,055
Posted By SZOKOZ
Forum: Plugin/Gameplay Ideas and Requests 09-16-2019, 07:18
Replies: 4
Views: 1,338
Posted By SZOKOZ
Re: Finding Excellent SourceMod Coder

Gave him and his friends access to the repository while working on an RPG. They needed a special feature in particular though and when that was complete, they disappeared into the wind without the...
Forum: Scripting 06-05-2019, 13:11
Replies: 12
Views: 2,640
Posted By SZOKOZ
Re: [Not Solved] The help of professional programmers is required.

Well TTT has this functionality. Take a good read https://github.com/Bara/TroubleinTerroristTown/tree/master/addons/sourcemod/scripting/ttt
Forum: Plugin/Gameplay Ideas and Requests 06-03-2019, 10:35
Replies: 14
Views: 3,841
Posted By SZOKOZ
Re: Need a coder to create a script for CSGO regarding playermodel and prop_dynamic

I've made an Emote plugin and api long ago and only a few communities own it privately since it is still in beta stage until I care about CSGO again. My steam is in my signature if you want it, it...
Forum: Scripting 06-01-2019, 07:40
Replies: 4
Views: 1,623
Posted By SZOKOZ
Re: SPedit

Open up your sourcemod folder on something like filezilla and copy&paste the full path.
Forum: Scripting 05-31-2019, 19:07
Replies: 4
Views: 1,623
Posted By SZOKOZ
Re: SPedit

My guess is that it would be the sourcemod directory on your server. I've never actually tried the ftp feature on spedit though.
Forum: Scripting Help 05-11-2019, 12:49
Replies: 2
Views: 974
Posted By SZOKOZ
Re: Detect winning team in End Round

Hook the round_end event https://wiki.alliedmods.net/Counter-Strike:_Global_Offensive_Events#round_end
It can tell you which team won through the winner var.

public OnPluginStart
{
...
Forum: Scripting 05-10-2019, 11:27
Replies: 24
Views: 7,029
Posted By SZOKOZ
Re: m_hActiveWeapon

The attachment you are looking for is muzzle_flash.

ActivateEntity(particle);
SetVariantString("!activator");
AcceptEntityInput(particle, "SetParent", active_weapon, particle); ...
Forum: Scripting 05-05-2019, 13:10
Replies: 24
Views: 7,029
Posted By SZOKOZ
Re: m_hActiveWeapon

I'm guessing you want to attach something to the weapon and that's why you want the coordinate. Otherwise the player coordinate would be good enough. If you want to attach something to the weapon,...
Forum: Plugin/Gameplay Ideas and Requests 04-30-2019, 10:19
Replies: 1
Views: 890
Posted By SZOKOZ
Re: [CS:S] Anybody can fix SetHibernating signature?

It's been that way forever for this reason.
Forum: Snippets and Tutorials 03-03-2019, 05:07
Replies: 9
Views: 10,620
Posted By SZOKOZ
Re: [STOCK] Target is exist in client's angle and distance (03/07/2013 Ver 1.1)

I've made a stock like this too. The only problem with this and mine is that it does not take into account the different yaw and pitch angles of a clients fov which will lead to false positives....
Forum: Scripting 02-27-2019, 00:58
Replies: 43
Views: 107,623
Posted By SZOKOZ
Re: Enum Structs Available This Holiday Season

That explains the error I just encountered with the latest build. The snippet in the original post should be updated to reflect the change.
Forum: Extensions 02-25-2019, 19:45
Replies: 883
Views: 698,386
Posted By SZOKOZ
Re: DHooks (Dynamic Hooks - Dev Preview)

Sounds like a plugin using dhooks causing the problem. You know the deal, remove all your plugins and add them back one by one to see the plugin causing the problem.
Forum: Extensions 02-20-2019, 14:02
Replies: 883
Views: 698,386
Posted By SZOKOZ
Re: DHooks (Dynamic Hooks - Dev Preview)

I have a scenario where I try to retrieve an object from a parameter and try to call a function of that object. Problem is I think the address is getting truncated because I'm retrieving it as an...
Forum: Plugins 12-24-2018, 15:25
Replies: 93
Views: 47,973
Posted By SZOKOZ
Re: [CS:GO] Esl Admin ESP (v1.3, 12/24/18)

I noticed in the source you hooked the event with postnocopy causing the hook callback to throw an error each time you use geteventint. In essence the sendproxy hook is never reached. Does that mean...
Forum: Plugins 12-17-2018, 16:39
Replies: 1,732
Views: 1,332,667
Posted By SZOKOZ
Re: [TF2Items] Give Weapon (v3.14159, 11/29/2013)

While using this plugin, I wanted to give my self the thermal thruster so I could test my weapon changes but the plugin was unable to because all the item definitions were hardcoded and the thermal...
Forum: Scripting 12-08-2018, 12:49
Replies: 11
Views: 2,245
Posted By SZOKOZ
Re: Memory leak on ADT Arrays

And dem logs showing you the array leaks.
Forum: Scripting 12-07-2018, 06:01
Replies: 11
Views: 2,245
Posted By SZOKOZ
Re: Memory leak on ADT Arrays

If the variable "i" is another handle, you need to manually close that too. Then close each arraylist manually.

E.g.

for (int i = 0; i < g_bulkNotLoadedClientsArray.Length; i++)
{
...
Forum: Plugin/Gameplay Ideas and Requests 11-06-2018, 08:20
Replies: 1
Views: 578
Posted By SZOKOZ
Re: looking for a scripter

It is fine to ask though this should be in the plugin requests and idea forum. Just wait for a moderator to do that for you though and don't duplicate. I can do this for you when I have time. Add me,...
Forum: Plugin/Gameplay Ideas and Requests 10-17-2018, 16:30
Replies: 3
Views: 1,508
Posted By SZOKOZ
Re: Looking to pay/hire sourcepawn programmer for server gig

Lol.
Nah fam, you DM me. Steam link is in my sig. Available till early November, either me or my trusted colleague can settle your tasks.
Forum: Plugin/Gameplay Ideas and Requests 09-11-2018, 07:13
Replies: 3
Views: 971
Posted By SZOKOZ
Re: Create multiple server

Feel free to add me for help. Steam Profile in my signature below.
Forum: Plugin/Gameplay Ideas and Requests 04-10-2018, 06:20
Replies: 3
Views: 1,156
Posted By SZOKOZ
Re: Telegram(Bot) API

After I create my Twitch API I could look into making one.
Forum: Scripting 03-26-2018, 15:49
Replies: 17
Views: 4,202
Posted By SZOKOZ
Re: [CS:GO] Set clients pose to prop_dynamic

You can only set the animation before spawning afaik like most dispatches of keyvalues. Rotate the m_vecAngles(might be m_angRotation) of the entity or dispatch angles keyvalue before spawning.
Forum: Scripting 03-25-2018, 19:56
Replies: 4
Views: 1,196
Posted By SZOKOZ
Re: Macro Laziness

Didn't know you could make macros like that... Defining a function as a macro and calling it by the macro. Doesn't make sense to me lol. Could you help me understand please.
Showing results 1 to 25 of 87

 
Forum Jump

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


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