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

Showing results 1 to 25 of 118
Search took 0.01 seconds.
Search: Posts Made By: cam0
Forum: Plugins 02-25-2016, 14:59
Replies: 13
Views: 6,847
Posted By cam0
Re: [ANY] Server-Sys

Updated the plugin with new functionality to set a server's short-tag name. This will really be for use in the webpanel later, which I'm wrapping up Login verification for before releasing a few...
Forum: Snippets and Tutorials 02-25-2016, 14:57
Replies: 5
Views: 2,725
Posted By cam0
Re: [INC] Config Loader

Updated the include with new method using only one KeyValues handle. Check up on the new example for how to make it work.
Forum: Scripting 02-02-2016, 19:27
Replies: 6
Views: 2,252
Posted By cam0
Forum: Plugins 01-26-2016, 09:51
Replies: 13
Views: 6,847
Posted By cam0
Re: [ANY] Server-Sys

I haven't worked on the panel as much lately because I am working on a few new features for TTT.

Things left to do for web-panel:
Steam authentication plugin
Basic default pages


After...
Forum: Plugins 01-26-2016, 09:29
Replies: 765
Views: 328,499
Posted By cam0
Re: [CS:GO] TTT - Trouble in Terrorist Town [2.1.0]

ttt_public_karma

Need a recent dev build.



Plugin is still supported and working fine.
Forum: Plugins 01-15-2016, 15:03
Replies: 13
Views: 6,847
Posted By cam0
Re: [ANY] Server-Sys

The web module isn't completely done, although the back-end has been completed. Don't expect other modules to have a web plugin until the default pages for the web module are complete.
Forum: Snippets and Tutorials 01-12-2016, 17:32
Replies: 5
Views: 2,725
Posted By cam0
Re: [INC] Config Loader

Updated to re-use the same KeyValues handle instead of opening several.
Forum: Scripting 01-12-2016, 17:15
Replies: 8
Views: 2,554
Posted By cam0
Re: Player rotation

I know this is late but it's also worth noting that VPhysics could be of much use.
https://forums.alliedmods.net/showthread.php?t=136350?t=136350
Forum: Plugins 01-12-2016, 16:57
Replies: 13
Views: 6,847
Posted By cam0
[ANY] Server-Sys

Server-Sys
Meant to provide important/useful forwards for other plugins to use, and also provide basic gameplay features that are often required.


Features

Wraps SQL_Query, SQL_TQuery,...
Forum: Scripting 01-07-2016, 13:58
Replies: 8
Views: 2,554
Posted By cam0
Re: Player rotation

I'm sure there's some kind of underlying property that cl_pitchup and cl_pitchdown modify. Try looking into that.

I believe Dr. Api has a plugin that does what you're looking for:...
Forum: Scripting 01-07-2016, 13:52
Replies: 4
Views: 844
Posted By cam0
Re: Detecting the end of touch?

Those hooks work better for triggers. Maybe enclose the prop_dynamic in a slightly bigger trigger_multiple and hook that instead.
Forum: Source Servers (SRCDS) 01-04-2016, 20:31
Replies: 2
Views: 810
Posted By cam0
Re: Server queries problem

Try putting it at the end of cfg/sourcemod/sourcemod.cfg or cfg/gamemode_casual.cfg (any file that's executed every map).
Forum: Snippets and Tutorials 12-24-2015, 01:46
Replies: 5
Views: 2,725
Posted By cam0
[INC] Config Loader

Simple configuration loading method, credit to Bara.

Example usage:

void OnPluginStart(){
char file[PLATFORM_MAX_PATH];
BuildPath(Path_SM, file, sizeof(file),...
Forum: Scripting 12-23-2015, 21:00
Replies: 2
Views: 742
Posted By cam0
Re: Precache sound issue

PrecacheSoundAny("swag/swag.mp3", true);
Forum: Plugins 12-22-2015, 06:26
Replies: 765
Views: 328,499
Posted By cam0
Forum: Plugins 12-22-2015, 06:22
Replies: 765
Views: 328,499
Posted By cam0
Re: [CS:GO] TTT - Trouble in Terrorist Town [2.1.0]

You didn't configure it correctly.

"ttt"
{
"driver" "sqlite"
"database" "ttt"
}


I'm not sure that the extra information I removed made a difference, but the problem the error is...
Forum: Plugin/Gameplay Ideas and Requests 12-17-2015, 15:24
Replies: 15
Views: 3,635
Posted By cam0
Re: +Use for TF2, hooked to secondary fire?

I think you should be using

buttons |= IN_USE;
Forum: SourceMod Anti-Cheat 12-12-2015, 19:56
Replies: 18
Views: 13,141
Posted By cam0
Re: New style of Aimbotting not yet seen by SMAC

It's hard for a totally open-source anti-cheat to not be bypassed.
Forum: Source Servers (SRCDS) 12-08-2015, 23:45
Replies: 2
Views: 3,278
Posted By cam0
Re: CSGO server list with real time updates

https://github.com/xPaw/PHP-Source-Query

xPaw is also the guy that wrote the pawn-docgen that generates the pages on the SourceMod API. This should do what you need.

You could use a cron-job to...
Forum: Store 12-07-2015, 01:16
Replies: 223
Views: 103,033
Posted By cam0
Re: Equipment (1.1-alpha)

Try using the attachment facemask. Should exist in almost all CS:GO playermodels and it's near the head. Configuration franc1sco uses for his CS:GO hats plugin should help.
Forum: Plugins 11-30-2015, 18:46
Replies: 314
Views: 182,784
Posted By cam0
Re: [CS:GO] Always Weapon Skins [2.2.3 :: 2015.09.16]

Here's an edit that has a cvar to disable forcing weapon classes on map-spawned entities (i.e. map spawns a p2000, I pick it up and it's a USP).

Compiled plugin is included in the zip....
Forum: General 11-30-2015, 14:20
Replies: 7
Views: 1,018
Posted By cam0
Re: Problem with !ban time

Also important to note that if this is in CS:GO, you can't use double quotes in the chatbox. You have to use the console (sm_ban) unless it's simple like !ban cam 30 ugly. You should really only need...
Forum: Plugins 11-29-2015, 23:44
Replies: 765
Views: 328,499
Posted By cam0
Re: [CS:GO] TTT - Trouble in Terrorist Town [2.0.7-testing]

Here's a simple multiple slay implementation for servers who need it;
https://github.com/whocodes/slayex

Build downloads;
https://whocodes.pw/projects/slayex/#builds
Forum: Plugins 11-24-2015, 15:26
Replies: 765
Views: 328,499
Posted By cam0
Re: [CS:GO] TTT - Trouble in Terrorist Town [2.0.7-testing]

Changes outlined in my merge request include:
Karma and credit messages use [TTT] tag now
Forcing teams is now optional
Ability to force player-model to specified model
Choose a random winner...
Forum: Plugins 11-20-2015, 02:27
Replies: 765
Views: 328,499
Posted By cam0
Re: [CS:GO] TTT - Trouble in Terrorist Town [2.0.6]

I submitted a merge request on Git.tf that adds the ability for developers to create new plugins that add shop items to the menu.

View natives/forwards added:...
Showing results 1 to 25 of 118

 
Forum Jump

All times are GMT -4. The time now is 19:37.


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