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

Showing results 1 to 25 of 87
Search took 0.01 seconds.
Search: Posts Made By: RM_Hamster
Forum: Scripting 04-17-2009, 19:42
Replies: 6
Views: 1,683
Posted By RM_Hamster
Re: Make shure that a cvar is always set

Instead of OnConfigsExecuted, you might have more luck using OnAutoConfigsBuffered.
Forum: Plugins 04-08-2009, 13:34
Replies: 28
Views: 23,956
Posted By RM_Hamster
Re: ChatServ 0.1 - Control your server from telnet

Sorry if I'm suggesting something stupid, but wouldn't it be possible to take the first instance of an incoming \r, \n, \r\n, or \n\r and store it to then use it to determine the OS? From there you...
Forum: Scripting 03-20-2009, 12:51
Replies: 14
Views: 3,591
Posted By RM_Hamster
Re: Error 035 and 092 - help...

Looking through it more closely, I see that you have quotation marks inside the strings themselves. These need to be escaped using \ like so:

"ru" "I am a translation \"string\" with quotation...
Forum: Scripting 03-19-2009, 13:12
Replies: 14
Views: 3,591
Posted By RM_Hamster
Re: Error 035 and 092 - help...

Glancing through, the only error I can see is that you need an opening bracket { after "Phrases" to match the very last bracket. Hopefully that will fix your problem.
Forum: Scripting 03-19-2009, 12:27
Replies: 14
Views: 3,591
Posted By RM_Hamster
Re: Error 035 and 092 - help...

The loose indentation isn't a problem, it's simply a warning that the whitespace on that line is formatted incorrectly - using spaces instead of tabs or vice versa, the wrong amount of spaces/tabs,...
Forum: Plugin/Gameplay Ideas and Requests 03-16-2009, 13:17
Replies: 6
Views: 2,343
Posted By RM_Hamster
Re: get_playersnum()

I think you're looking for this: GetClientCount() (http://docs.sourcemod.net/api/index.php?fastload=show&id=398)
Forum: Extensions 03-03-2009, 11:11
Replies: 280
Views: 105,698
Posted By RM_Hamster
Re: [EXTENSION] Sidewinder

Is this the same as seen here?

http://www.youtube.com/watch?v=ecMsY-xZky4&fmt=22

http://www.youtube.com/watch?v=c6JiPKfvY-0&fmt=22

Because this is completely awesome.
Forum: Scripting 01-17-2009, 16:42
Replies: 15
Views: 4,268
Posted By RM_Hamster
Re: Help With Timer

Ahh, wasn't sure if you had to close it explicitly or not (not). Glad you got it working :D
Forum: General 01-17-2009, 16:36
Replies: 12
Views: 3,532
Posted By RM_Hamster
Re: Sorting maps into categories?

There's an extra opening bracket { right before MapCommands.
Forum: Scripting 01-17-2009, 10:37
Replies: 15
Views: 4,268
Posted By RM_Hamster
Re: Help With Timer

Glad to hear you've got it working :)

After a quick search, you could try something like this (http://forums.alliedmods.net/showthread.php?t=78571) to suppress the sv_tags change.
Forum: Scripting 01-16-2009, 10:50
Replies: 15
Views: 4,268
Posted By RM_Hamster
Re: Help With Timer

http://pastebin.com/d1a61d00c

Try this with the CloseHandle() included. If you get an error saying that it couldn't close the handle, then you should be able to take CloseHandle() out.

All you...
Forum: Scripting 01-15-2009, 22:24
Replies: 15
Views: 4,268
Posted By RM_Hamster
Re: Help With Timer

http://pastebin.com/d7c285b39

The extra code I took out wasn't needed in this case. It's only if you wanted to print multiple times at once; what's left is all you need to print it over and over....
Forum: Scripting 01-15-2009, 20:34
Replies: 15
Views: 4,268
Posted By RM_Hamster
Re: Help With Timer

If you want it to spam, you should use a repeatable timer (http://wiki.alliedmods.net/Timers_(SourceMod_Scripting)#Repeatable_Timers).

As for sv_tags, I don't know how to suppress that off the top...
Forum: Scripting 01-15-2009, 20:25
Replies: 15
Views: 4,268
Posted By RM_Hamster
Re: Help With Timer

http://pastebin.com/dd3b6b27

The line for getting a client's ID from teamplay_round_start was still there; you can't get a client from that event. PrintToChat, then, cannot print to client. It...
Forum: Scripting 01-15-2009, 11:10
Replies: 15
Views: 4,268
Posted By RM_Hamster
Re: Help With Timer

So here's what I changed around:

I removed the two includes at the top that didn't need to be there. There's not really much problem leaving them in, but I prefer to not have them if I'm not...
Forum: General 01-15-2009, 10:57
Replies: 1
Views: 839
Posted By RM_Hamster
Re: I wanna make plugins? Someone put me in the right direction?

The language is SourcePawn for plugins. My suggestion is to take a look at some of the approved plugin's code and do your best to figure out what makes them work the way that they do. The wiki and...
Forum: General 01-15-2009, 10:52
Replies: 13
Views: 16,456
Posted By RM_Hamster
Re: Custom Admin Menu

The base commands can't be changed out of their original category, but custom commands can be added to any category. You could create a second entry in adminmenu_custom for sm_ban, etc., and then...
Forum: General 01-14-2009, 09:32
Replies: 13
Views: 16,456
Posted By RM_Hamster
Re: Custom Admin Menu

I'm pretty sure the default commands can't be removed from the menu unless you directly remove them from the corresponding plugin itself.
Forum: Plugin/Gameplay Ideas and Requests 01-13-2009, 22:23
Replies: 2
Views: 1,219
Posted By RM_Hamster
Re: All talk with team talk plugin request - In game mute as well

If you're going to use alltalk in any form, I think you're going to run into the problem of not being able to mute correctly. If I remember correctly, it has to do with there only being one sound...
Forum: General 01-13-2009, 22:12
Replies: 13
Views: 16,456
Posted By RM_Hamster
Re: Custom Admin Menu

Everything you need to make your own custom admin menu is in the wiki as linked above. The premade menus on the wiki are simply for example; you'll need to manually edit adminmenu_custom to add menu...
Forum: Plugins 01-01-2009, 10:54
Replies: 54
Views: 41,339
Posted By RM_Hamster
Re: Dynamic Hostname [V2.1.1 - 8/27/2008]

This plugin only replaces variables such as timeleft and nextmap, so no. However, you should be able to do something similar to that from this plugin...
Forum: Plugins 12-31-2008, 18:22
Replies: 54
Views: 41,339
Posted By RM_Hamster
Re: Dynamic Hostname [V2.1.1 - 8/27/2008]

Ohh, it actually hadn't been fixed... could've sworn I added that in 2.1 (it was in 3.0 already). Updated to 2.1.1 to add the fix. It's really been fixed now, I promise!

One of these days I'll...
Forum: Trash 12-04-2008, 10:41
Replies: 3
Views: 1,014
Posted By RM_Hamster
Re: Example plugin

... what

(If you look at his posts, he made one on the AMXX forums too that was trashed.)
Forum: General 11-05-2008, 15:00
Replies: 11
Views: 4,399
Posted By RM_Hamster
Re: Error Dedicated Server on Linux

I don't know about the automated installer, but the .zip files underneath the installer both have the .so files for Linux. You could use those instead. Just make sure to read the page and pick the...
Forum: General 10-22-2008, 23:56
Replies: 8
Views: 3,458
Posted By RM_Hamster
Re: Plugin load order on SM (TF2)

I think they load alphabetically, but I'm not sure. It really shouldn't matter though if the plugin is coded correctly.

Oh, and

sm plugins reload plugin_name

works (instead of having both...
Showing results 1 to 25 of 87

 
Forum Jump

All times are GMT -4. The time now is 04:35.


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