Raised This Month: $ Target: $400
 0% 

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: Simo123
Forum: Unapproved/Old Plugins 05-16-2018, 10:39
Replies: 1,008
Views: 451,239
Posted By Simo123
Re: ProKreedz 2.31

even tho this is a old plugin, but in case someone is trying to run this and anyone stumbles on the same crash as happened to me, when trying to set new startpos for maps/maps without startpos, find...
Forum: HL1 Servers (HLDS) 08-07-2017, 17:15
Replies: 0
Views: 588
Posted By Simo123
Amxmodx not loading

solved, had placed metamod plugins.ini in wrong directory.
Forum: Off-Topic 10-12-2014, 17:48
Replies: 64
Views: 17,679
Posted By Simo123
Forum: Unapproved/Old Plugins 10-08-2014, 10:08
Replies: 7
Views: 9,384
Posted By Simo123
Re: Simple knife menu

The plugin has already a on/off command /knife, the plugin's purpose is not to add knife models but for knife models, you may look into this: https://forums.alliedmods.net/showthread.php?t=240304
...
Forum: Module Coding 10-05-2014, 10:28
Replies: 1,508
Views: 917,018
Posted By Simo123
Re: Module: Orpheu (v2.5.1)

How do you get the playerid via Orpheu, for functions that has no playerid?
This gives me a Invalid parameter error.
new id = OrpheuGetParamStructMember(1,"player_index") + 1
EDIT: Nvm
Forum: Scripting Help 10-05-2014, 10:20
Replies: 10
Views: 2,316
Posted By Simo123
Re: [Orpheu] Getting structmember value?

I changed/corrected the code accordingly to the comments by time that's why the code was different.

Solved it by assigning it to a float instead, thanks for the help. On the sidenote.. I just...
Forum: Scripting Help 10-05-2014, 00:01
Replies: 10
Views: 2,316
Posted By Simo123
Re: [Orpheu] Getting structmember value?

#include <amxmodx>
#include <orpheu>
#include <hlsdk_const>

#define VERSION "1.7.2"

new Float:oldMaxSpeed
new OrpheuStruct:ppmove

public plugin_init()
Forum: Scripting Help 10-04-2014, 10:45
Replies: 10
Views: 2,316
Posted By Simo123
Re: [Orpheu] Getting structmember value?

Thanks, yea compiled fine now without the warning, so I will obviously use that. Still curious of what was wrong with the 1st code I posted. Thanks again.
Forum: Scripting Help 10-04-2014, 02:21
Replies: 10
Views: 2,316
Posted By Simo123
Re: [Orpheu] Getting structmember value?

As you want, https://forums.alliedmods.net/attachment.php?attachmentid=74634&d=1286304664 It's a public plugin. Mr. Connor didn't add a cvar or similiar to toggle it on/off, this can probably be done...
Forum: Scripting Help 10-03-2014, 22:36
Replies: 10
Views: 2,316
Posted By Simo123
[Orpheu] Getting structmember value?

Hello, I'm trying to get a value of a structmember in Orpheu, I don't wanna set it. Following code sets the value, which works completely fine: OrpheuSetStructMember(ppmove, "fuser2", 0.0)

I wanna...
Forum: Approved Plugins 08-20-2012, 10:27
Replies: 11
Views: 25,652
Posted By Simo123
Re: Dust2 texture abuse fix

I thought about that texture fail before too but I thought no one used it but I will look into it and fix it then. Thanks.
Forum: Unapproved/Old Plugins 06-13-2012, 00:18
Replies: 7
Views: 9,384
Posted By Simo123
Re: Simple knife menu

Updated main post, 1.0 -> 1.1. Also 81 views resetted.
Forum: Unapproved/Old Plugins 06-04-2012, 19:16
Replies: 7
Views: 9,384
Posted By Simo123
Re: Simple knife menu

EDIT: For people who doesn't understand:
There is a cvar for many hns plugins out there, example: hns_hiders_knife 0/1/2
Then, what this plugin does is that you can simply have your own knife,...
Forum: Unapproved/Old Plugins 06-04-2012, 17:12
Replies: 7
Views: 9,384
Posted By Simo123
Simple knife menu

Description
A knife menu that occurs when you connect for first time into a server, so people will notice that there is the plugin otherwise it's just an simple commando "/knife" for invisible or...
Forum: Approved Plugins 03-02-2012, 15:39
Replies: 11
Views: 14,102
Posted By Simo123
Re: Spray sound bug fix

Awesome finding in hlsdk Arkshine, I'll update my main post, although ConnorMcLeods method would have worked fine I think, but then that wouldn't fix those 2 bugs that Arkshine posted here, so imo I...
Forum: Approved Plugins 03-01-2012, 22:01
Replies: 11
Views: 14,102
Posted By Simo123
Re: Spray sound bug fix

Tested, it didn't work. As I got it now it seems as client_cmd only can only get the real sound, also with impulse 201 sound remake plugins it wouldn't fix the bug cause it uses the emit_sound...
Forum: Approved Plugins 03-01-2012, 17:44
Replies: 11
Views: 14,102
Posted By Simo123
Re: Spray sound bug fix

The thing is, I guess there isn't any better solution though now atm. Anyway I will look into this really fast as soon as I can, I got it working with read_data(2), the only problem was that it did...
Forum: Approved Plugins 03-01-2012, 17:17
Replies: 11
Views: 14,102
Posted By Simo123
Re: Spray sound bug fix

I can't find any other way, client_cmd is just like you would write it in your console, I wouldn't say it would harm anyone, and no it didn't work with emitsound, I don't know any other way since I...
Forum: Approved Plugins 03-01-2012, 11:26
Replies: 11
Views: 14,102
Posted By Simo123
Spray bug fix

Description
This plugin fixes spray/impulse 201 sound bug, when you're under for ex. an train on de_train map you couldn't hear the sound of your own spray or others. Fixes also a bug when you spray...
Forum: Approved Plugins 02-28-2012, 17:38
Replies: 11
Views: 25,652
Posted By Simo123
Re: Dust2 texture abuse fix

I forgot to move it to modification Counter-Strike and category to Gameplay.
Forum: Approved Plugins 02-28-2012, 17:20
Replies: 11
Views: 25,652
Posted By Simo123
Dust2 texture abuse fix

Description
This plugin fixes a texture fail which you can use to see through the wall at de_dust2. The plugin adds a shield between the two walls that will prevent you from seeing through the...
Forum: Approved Plugins 02-24-2012, 13:27
Replies: 15
Views: 13,988
Posted By Simo123
HP damage sound bug fix

Description
This plugin fixes a bug when you fall/jump from a low height to the ground, where it will not apply/reduce the damage but it will still play the damage sound. This fix blocks/ignores the...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 21:13.


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