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

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: Toastbrot_290
Forum: Plugin/Gameplay Ideas and Requests 07-18-2016, 17:35
Replies: 56
Views: 10,480
Posted By Toastbrot_290
Re: Gameserver Chat to Browser

I would set up a REST api using PHP. It wouldn't need many commands. You could call that api within your sourcemod plugin using http requests by curl ext.
Forum: Plugin/Gameplay Ideas and Requests 07-17-2016, 03:53
Replies: 56
Views: 10,480
Posted By Toastbrot_290
Re: Gameserver Chat to Browser

NodeJS and PHP need to be installed, but PHP is allready installed on the most webservers. PHP can do sockets too, but nodejs fits better for that usecase. Although you can use simple HTTP requests...
Forum: Plugin/Gameplay Ideas and Requests 02-23-2016, 05:09
Replies: 15
Views: 2,358
Posted By Toastbrot_290
Re: [Req] Jailbreak - CT Restriction

If you are using Stamm by popklopsi, you might check out this plugin (https://forums.alliedmods.net/showthread.php?t=253113). I would like to know if it's still working.
Forum: Snippets and Tutorials 06-09-2015, 10:02
Replies: 51
Views: 95,174
Posted By Toastbrot_290
Re: [INC] Multi Colors

Nvm i used a version before commit cf64cf5 this morning.
Forum: Snippets and Tutorials 06-09-2015, 07:21
Replies: 51
Views: 95,174
Posted By Toastbrot_290
Re: [INC] Multi Colors - 2.0.0

Why do you require new syntax within your include? Keep it compatible to old syntax. I don't think stuff like that should be set within an include file. Devs should decide on their own.
Forum: Plugin/Gameplay Ideas and Requests 05-29-2015, 01:41
Replies: 16
Views: 1,619
Posted By Toastbrot_290
Re: private server.

Try it with the keyword whitelist. There are plugins like that one that you would like to have.
Forum: Snippets and Tutorials 05-01-2015, 14:59
Replies: 3
Views: 2,038
Posted By Toastbrot_290
Re: Travis CI + Sourcemod

Oh yes. I gonna have a lookt at it. No the password won't be shown unless you activate that in the repo settings. Have a look at the example.
Forum: Snippets and Tutorials 05-01-2015, 14:07
Replies: 3
Views: 2,038
Posted By Toastbrot_290
Travis CI + Sourcemod

I just started to switch from bitbucket to github and recognized that many developers use travis for testing their plugins against sourcemod compiler. Because I never worked with travis and couldn't...
Forum: Plugin/Gameplay Ideas and Requests 04-10-2015, 11:17
Replies: 5
Views: 1,617
Posted By Toastbrot_290
Re: Surf Timer

What's so funny about it?
Forum: Plugin/Gameplay Ideas and Requests 04-08-2015, 04:01
Replies: 6
Views: 1,045
Posted By Toastbrot_290
Re: AutoSlot when you reach X hours(time)

You could use Stamm (https://forums.alliedmods.net/showthread.php?t=142073) plugin for that task. Give points per minute and set slot feature.
Forum: Plugin/Gameplay Ideas and Requests 04-08-2015, 03:56
Replies: 7
Views: 2,409
Posted By Toastbrot_290
Re: [TF2 REQ] Grappling Hook Plugin?

Why do you want to have your players to auto equip it? It's much easier to use tf_grapplinghook_enabled cvar and use the native way of equipping it. Spawning a grappling hook only makes sense if you...
Forum: Plugins 04-08-2015, 03:44
Replies: 1,919
Views: 931,625
Posted By Toastbrot_290
Re: [Source 2009, CS:GO] Stamm 2.28 (TF2 Fix) VIP Level Ranking

Here (https://github.com/TheChineese/Stamm/commit/75108f9b66f889b15b00321f579cbd7d6bd7c154) is a fix for it. Gonna send push request as soon as i tested it.

# EDIT:
Tested the fix and sended pull...
Forum: Plugin/Gameplay Ideas and Requests 03-22-2015, 05:19
Replies: 3
Views: 772
Posted By Toastbrot_290
Re: [PAID] Counter-Strike:Source

Something like this?


#include <sourcemod>
#include <sdktools>
#include <multicolors>
#include <autoexecconfig>


#undef REQUIRE_PLUGIN
Forum: Plugins 02-26-2015, 11:25
Replies: 5
Views: 6,556
Posted By Toastbrot_290
Re: Dice Menu

Do you have any error logs? Which version are you using? Maybe you should grab latest from my bitbucket (bitbucket.toastdev.de).
Forum: Plugins 12-15-2014, 12:06
Replies: 0
Views: 2,452
Posted By Toastbrot_290
CT Auth

CT Auth
Limit CT Access by STAMM points


Function
The plugin prevents players from joining if they don't have X Stamm Points or X Stamm Level.
Therfore I developed two versions. One which is...
Forum: Plugin/Gameplay Ideas and Requests 12-01-2014, 14:06
Replies: 2
Views: 1,041
Posted By Toastbrot_290
Re: [Request] Quickscope Plugin for CS:GO

Just copied from the awp noscope plugin already available. Removed Laser and translation. You can edit Timer in line 84. I set it 0.5.

Edit:
Mitchell is completly right. Deleted Code.
Forum: Plugin/Gameplay Ideas and Requests 02-28-2014, 08:28
Replies: 2
Views: 1,174
Posted By Toastbrot_290
You dont have sqlite? :O

You dont have sqlite? :O
Forum: Plugin/Gameplay Ideas and Requests 01-17-2014, 18:47
Replies: 2
Views: 876
Posted By Toastbrot_290
Re: [REQ] Better Translation Support?

This would need a pluign that reads tranlations from database and generate translation files out of it ( which get saved instead of the old one ). But this kind of changes would always take 2...
Forum: Plugin/Gameplay Ideas and Requests 12-03-2013, 15:05
Replies: 3
Views: 776
Posted By Toastbrot_290
Re: Player can contact admins not ingame?

https://forums.alliedmods.net/showthread.php?t=213670 ;)
Forum: Trash 12-03-2013, 15:03
Replies: 2
Views: 1,496
Posted By Toastbrot_290
Re: [ANY] Request to join steam group by typing !join or !request

Tell us more about the bot. Nobody can code a script for your bot if he doesn't know how it is working.
Forum: Plugin/Gameplay Ideas and Requests 11-18-2013, 15:12
Replies: 3
Views: 906
Posted By Toastbrot_290
Re: [ANY] Auto turn on/off plugins on specified map

Tried Map Configs (https://forums.alliedmods.net/showthread.php?t=69506)?
Forum: Plugin/Gameplay Ideas and Requests 11-15-2013, 14:05
Replies: 4
Views: 1,349
Posted By Toastbrot_290
Re: [CSS] Bullet Time Plugins

Cheatcontrol has a build in cvar for that :)
Forum: Plugin/Gameplay Ideas and Requests 11-15-2013, 09:23
Replies: 4
Views: 1,349
Posted By Toastbrot_290
Re: [CSS] Bullet Time Plugins

Are you sure they don't use sv_cheats? Often they only block the message and the usage of the cheat featuers. Look at this (http://forums.alliedmods.net/showthread.php?p=600521).
Forum: Plugin/Gameplay Ideas and Requests 11-13-2013, 13:39
Replies: 6
Views: 1,444
Posted By Toastbrot_290
Re: Need to make minor alts to a plugin

Are you sure you did? You can invoke an if function without doing something. It's the syntax which would be wrong. You still can do something like this:

if(condition)
{

//NOTHING

}
...
Forum: Plugin/Gameplay Ideas and Requests 11-13-2013, 04:03
Replies: 6
Views: 1,444
Posted By Toastbrot_290
Re: Need to make minor alts to a plugin

You should be able to remove it completly. Pls post you compile error, maybe there are problems you did with your changes that we can't see from this little snippet.

EDIT:

Try this ;)

...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT -4. The time now is 05:48.


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