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

Showing results 1 to 25 of 71
Search took 0.00 seconds.
Search: Posts Made By: GAVVVR
Forum: Snippets and Tutorials 02-29-2016, 16:07
Replies: 4
Views: 14,157
Posted By GAVVVR
Re: [Tutorial] Syntax Highlighting + Dynamic Include For Sublime Text 3

Long story short:

Download ST3 from here (https://www.sublimetext.com/3)
Open Sublime Text -> Preferences -> Browse Packages and clone the repo to packages dir:git clone...
Forum: Snippets and Tutorials 02-28-2016, 02:56
Replies: 39
Views: 16,506
Posted By GAVVVR
Re: [TOOLS] Atom Sourcepawn Syntax Highlighting v0.4.1

Hello. Nice package. But i have a question related to comments:
Why multiline comments are used instead of "//"?
Would be nice if atom used both types like sublime (ctrl+/ and ctrl+shift+/)...
Forum: General 02-25-2016, 13:57
Replies: 276
Views: 210,701
Posted By GAVVVR
Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys

Why isn't this thread sticky? tbh there are lot's of useful threads, which are hard to find for beginner...
Forum: Snippets and Tutorials 02-25-2016, 09:56
Replies: 4
Views: 6,366
Posted By GAVVVR
Re: [TOOLS] IntelliJ IDEA editing SourcePawn

Oops. Repository removed. Did you continue your work or gave up?
Forum: Plugins 01-23-2016, 15:19
Replies: 132
Views: 64,995
Posted By GAVVVR
Forum: Plugins 07-24-2014, 13:49
Replies: 641
Views: 556,804
Posted By GAVVVR
Re: Updater

Am i right about this plugin does not reload the .smx file by default after update and i need to use
stock ReloadPlugin(Handle:plugin=INVALID_HANDLE);
to reload updated .smx?
Forum: Plugins 04-21-2014, 05:56
Replies: 641
Views: 556,804
Posted By GAVVVR
Re: Updater

Hello. I would like to use an updater in my plugin, but i would also like the plugin could be loaded if there is no Updater on current server. To add Updater support, i use the example code from the...
Forum: Off-Topic 03-25-2014, 15:28
Replies: 23
Views: 3,452
Posted By GAVVVR
Re: Best InGame Video Recorder?

If you have intel ix CPU, you can try using intel quicksync (http://en.wikipedia.org/wiki/Intel_Quick_Sync_Video) with OBS (https://obsproject.com/). OBS can capture to hard drive using Quicksync w/o...
Forum: SourceMod Anti-Cheat 03-25-2014, 13:48
Replies: 7
Views: 2,376
Posted By GAVVVR
Re: "Corrupted client" needs to be explained

Oh God, wrong forum (or at least thread), Ade, to discuss "rates".

Once again, the main idea is: "Corrupted client"-message should be explained to players so they knew what is wrong with their cfg.
Forum: SourceMod Anti-Cheat 03-24-2014, 14:16
Replies: 7
Views: 2,376
Posted By GAVVVR
Re: "Corrupted client" needs to be explained

Ade, rate was set to this whole string (look closely):

Some players have a mess with quotes in their cfg. Maybe i gave not the best example, but here is another one: Shogo had cl_cmdrate "66"",...
Forum: SourceMod Anti-Cheat 03-23-2014, 20:25
Replies: 7
Views: 2,376
Posted By GAVVVR
"Corrupted client" needs to be explained

Hello, hl2dm servers use smac-cvars on competive servers to limit some cvars and some people have mistakes in their cfg, so they get kicked with message "corrupted client". But players can't...
Forum: Plugins 02-04-2014, 15:35
Replies: 641
Views: 556,804
Posted By GAVVVR
Re: Updater

solved my problem, missing qoutes in txt file for updater :D
Forum: Plugins 02-04-2014, 07:04
Replies: 641
Views: 556,804
Posted By GAVVVR
Re: Updater

GoD-Tony, that guide says https "is perfectly fine with the cURL and SteamTools extensions".
And i have no problems receiving updates from bitbucket for 2 other plugins. And here as you can see only...
Forum: Plugins 02-04-2014, 06:49
Replies: 641
Views: 556,804
Posted By GAVVVR
Re: Updater

Hello. I try to use updater to keep match configs up to date. I use bitbucket as update repo. Here is the update txt...
Forum: Snippets and Tutorials 02-03-2014, 04:55
Replies: 28
Views: 21,740
Posted By GAVVVR
Re: Updater Integration Using Bitbucket

Hello. I try to use bitbucket to be able to update match server's automatically. ".smx" files usually receive updates with no problems, but i have some troubles with text files, idk if it is a...
Forum: SteamTools 02-01-2014, 10:58
Replies: 7
Views: 5,200
Posted By GAVVVR
Re: unexpected eResult = 20 in hl2dm

Can someone give me crosstools for cygwin?
Links on wiki (https://wiki.alliedmods.net/Cross_Compiling_Plugins_(Metamod:Source)) are dead.
Forum: Scripting 01-31-2014, 12:22
Replies: 2
Views: 769
Posted By GAVVVR
Re: [HL2DM] Difficulties in getting teamplay status

Thanks for this, but mp_teamplay lies if there was dm-mode on the server and in configs there was mp_teamplay 1 and there was no mapchange yet.
You can say it is very rare situation, but some dumb...
Forum: Scripting 01-31-2014, 11:19
Replies: 2
Views: 769
Posted By GAVVVR
[HL2DM] Difficulties in getting teamplay status

Hello. Imagine the situation: server is in tdm mode, then admin changes mp_teamplay to 0 without mapchange (in hl2dm you need to change the map for getting effect, mp_teamplay won't change mode "on...
Forum: SteamTools 01-31-2014, 06:50
Replies: 7
Views: 5,200
Posted By GAVVVR
Re: unexpected eResult = 20 in hl2dm

I did not try to compile, because binary files also have same timestamp (i used latest binary from repo) and this error message is still appearing.
hm... but i see binary files were not changed in...
Forum: SteamTools 01-31-2014, 06:39
Replies: 7
Views: 5,200
Posted By GAVVVR
Re: unexpected eResult = 20 in hl2dm

I can't see newer sources than 2013-12-20 in repository :O
Forum: Scripting 01-28-2014, 16:35
Replies: 0
Views: 666
Posted By GAVVVR
Commands for clients connected to sourceTV

Hello. I would like to show some info to clients connected to SourceTV server. Is it somehow possible?
For example timeleft for stv clients with !timeleft command?
ps: gamemod: hl2mp
Forum: SteamTools 01-10-2014, 09:26
Replies: 7
Views: 5,200
Posted By GAVVVR
unexpected eResult = 20 in hl2dm

Hello. I use this extension in my plugin (srcds server@windows). Everything works well, but i get my logs spammed witf the following string:
[STEAMTOOLS] Server Gameplay Stats received with an...
Forum: Plugins 01-09-2014, 09:24
Replies: 641
Views: 556,804
Posted By GAVVVR
Re: Updater

Can the lines in updatefile.txt be commented and will ubpdater ignot them then?
Forum: Snippets and Tutorials 01-08-2014, 16:53
Replies: 28
Views: 21,740
Posted By GAVVVR
Re: Updater Integration Using Bitbucket

For git users URL will look like:
http://my-url/my-repository/raw/master/scripting/my-plugin.sp
Where master is branch name.
Forum: Scripting 01-05-2014, 07:13
Replies: 3
Views: 710
Posted By GAVVVR
Re: How does adminhelp.sp registers !help chat trigger

Thank you for fast reply. Now i got it.

Yes, it also can be triggered as !sm_help or /sm_help
Showing results 1 to 25 of 71

 
Forum Jump

All times are GMT -4. The time now is 18:07.


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