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

Showing results 1 to 25 of 44
Search took 0.00 seconds.
Search: Posts Made By: Niveh
Forum: Trash 07-24-2017, 17:31
Replies: 0
Views: 767
Posted By Niveh
please remove

this was uploaded by mistake
Forum: Plugin/Gameplay Ideas and Requests 05-16-2017, 00:13
Replies: 1
Views: 964
Posted By Niveh
Re: [$REQUEST$] Need a BHOP timer with a ranking system, etc.

Check out this (https://github.com/shavitush/bhoptimer) bhop timer
Forum: Plugins 06-14-2016, 06:29
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.7, 27-May-16)

It's a cvar, change mp_overtime_maxrounds to 3.
The plugin changes it to 5 every time a match starts, to avoid it you have to change it in the plugin and recompile.
Forum: Plugins 05-28-2016, 07:58
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.7, 27-May-16)

I will work on it for the next version.
Forum: Plugins 05-27-2016, 15:33
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.7, 27-May-16)

Plugin updated, please let me know if you encounter any bugs so I can fix them :)
Forum: Plugins 05-15-2016, 16:01
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.6, 28-Apr-16)

Thanks for reporting the bug, I'm currently working on a new version to fix the majority of them. Much appreciated!
Edit: The new version is out :)
Forum: Plugins 05-09-2016, 11:22
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.6, 28-Apr-16)

It is possible but requires changing the code and recompiling.
Forum: Plugins 05-08-2016, 17:35
Replies: 104
Views: 97,660
Posted By Niveh
Forum: Plugins 05-08-2016, 17:32
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.6, 28-Apr-16)

I'll help you in private message.
Forum: Plugins 05-08-2016, 16:42
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.6, 28-Apr-16)

You need to open the SMP.sp file with SPEdit (the source code), follow the stages from my last message and hit F6 when done to compile it to SMP.smx
After you're done with these, you'll see a new...
Forum: Plugins 05-08-2016, 16:31
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.6, 28-Apr-16)

You should download SPEdit if you don't have it already, hit CTRL+F and type:
In the search box: [\x07SMP\x01]
In the replacement box: [\x07CSGO\x01]
Make sure you have the replacement box...
Forum: Plugins 05-08-2016, 16:15
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.6, 28-Apr-16)

In order to do that you're gonna have to change SMP prefix in the whole plugin from the source code and compile it, then place the .smx inside plugins folder.
Forum: Plugins 05-07-2016, 16:24
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.6, 28-Apr-16)

It will be supported in the next update.
I will check the cvars problem.
Forum: Plugins 04-29-2016, 08:33
Replies: 104
Views: 97,660
Posted By Niveh
Forum: Plugins 04-24-2016, 15:18
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5-fix, 14-Apr-16)

I don't have that function in my plugin, lol
Forum: Plugins 04-20-2016, 14:10
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5-fix, 14-Apr-16)

You can simply force knife round using !smpadmin
You may also use the cvar smp_ready_players_needed. 1 is minimum, 10 is maximum.
Forum: Plugins 04-13-2016, 19:06
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5-fix, 12-Apr-16)

Thanks, bug fixed. :)
About the code, I make it so big so I can debug every single function incase it doesn't work.
In the final version, I will make it all shorter.
Forum: Plugins 04-11-2016, 17:00
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5, 01-Apr-16)

Weird, I've already implemented it. I'll go have a look.
EDIT: You were right, it was bugged. Seems like I've used my old code for captains system. Fixed now, Thanks! :)
Forum: Plugins 04-09-2016, 23:59
Replies: 7
Views: 9,464
Posted By Niveh
Forum: Plugins 04-09-2016, 23:38
Replies: 104
Views: 97,660
Posted By Niveh
Forum: Plugins 04-09-2016, 16:41
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5, 01-Apr-16)

in your server's csgo folder:
addons -> sourcemod -> configs -> admins_simple.ini
open with text editor
in the bottom of the text, after all the lines, add the following line:
"STEAMID" "immunity...
Forum: Plugins 04-09-2016, 16:29
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5, 01-Apr-16)

Make sure you have the "b" flag (generic access) in admins_simple.ini
!smpadmin opens up admin menu.
Forum: Plugins 04-07-2016, 17:36
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5, 01-Apr-16)

Yeah, it is quite similar I guess. I'm aiming towards ESL style plugin.
Forum: Plugins 04-07-2016, 16:25
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5, 01-Apr-16)

I don't know much about warmod, so I don't know what features it includes.
I created this plugin for better understanding of sourcepawn language.
Forum: Plugins 04-07-2016, 16:15
Replies: 104
Views: 97,660
Posted By Niveh
Re: [CSGO] Simple Match Plugin (v1.5, 01-Apr-16)

1. I will add it next update.
2. Already exists in my plugin but somewhat buggy, I'll get it fixed soon.
3. Already exists. (You can force kniferound, winner !stay or !switch and then match starts)
Showing results 1 to 25 of 44

 
Forum Jump

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


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