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

Showing results 1 to 25 of 110
Search took 0.01 seconds.
Search: Posts Made By: SideX
Forum: News 04-14-2012, 06:18
Replies: 62
Views: 46,230
Posted By SideX
Re: SourceMod 1.4.2 Released

thx for quick bugfix!
Forum: Scripting 03-02-2012, 11:21
Replies: 3
Views: 929
Posted By SideX
Re: Get current bans

Thanks for you reply, bl4nk. But one more question from me:
Is OnBanClient also calls when client is banned through default server command banid?
Forum: Scripting 02-25-2012, 10:47
Replies: 3
Views: 929
Posted By SideX
Get current bans

How can I get all current bans (Steam ID) into ADT array?
Forum: Scripting 02-09-2012, 10:19
Replies: 5
Views: 1,178
Posted By SideX
Forum: Scripting 02-08-2012, 10:58
Replies: 5
Views: 1,178
Posted By SideX
Re: How to get current bans on the server

http://docs.sourcemod.net/api/index.php?fastload=show&id=869&


http://docs.sourcemod.net/api/index.php?fastload=show&id=870&


What I am doing wrong? :)
Forum: Scripting 02-08-2012, 10:06
Replies: 5
Views: 1,178
Posted By SideX
Re: How to get current bans on the server

Thanks for you, but don't work. Changed regex to your proposition:
Forum: Scripting 02-08-2012, 09:36
Replies: 5
Views: 1,178
Posted By SideX
How to get current bans on the server

Hi guys. How can I get list of all banned steamids on the server?
Tried:
public Action:TestBans(client, args)
{
new String:buffer[4096];
ServerCommandEx(buffer, sizeof(buffer), "listid");
...
Forum: Scripting 01-25-2012, 05:50
Replies: 1
Views: 824
Posted By SideX
Re: Event for when a player is talking

http://forums.alliedmods.net/showthread.php?t=145457
Forum: Scripting 01-20-2012, 10:44
Replies: 4
Views: 1,596
Posted By SideX
Re: Admin login notification

it's sourcemod section. You need to write in AmxModX section (http://forums.alliedmods.net/forumdisplay.php?f=11)
Forum: Scripting 01-05-2012, 11:59
Replies: 1
Views: 686
Posted By SideX
Cause of crash

How can I learn the cause of crash?
No crash dumps are created, no logs.

P.S. Plugin works with many in-game created entities, spawn, rotate and delete it. No memory leak there.
Forum: Scripting 01-05-2012, 05:52
Replies: 2
Views: 1,266
Posted By SideX
Best way to check if player will stuck in prop_dynamic

Situation: player wants to spawn prop_dynamic, but if any player will stuck in that prop - don't spawn it. Any ideas?

My version:
...
entity = SpawnProp();
if (CheckStuckInEntity(entity))
...
Forum: Trash 01-02-2012, 10:24
Replies: 10
Views: 7,176
Posted By SideX
Re: [CSS] Aura

Hi guys. It's my plugin, which I released 1 year ago, but didn't upload to AM.
Proof file below.
You can see edit date of all files ;)
Forum: Scripting 08-23-2011, 07:46
Replies: 2
Views: 829
Posted By SideX
Re: [CSS] Please Help Me :(

PrintHintText(client, "Hi am John.\nNice to meet you.");
Forum: Scripting 08-21-2011, 12:28
Replies: 3
Views: 1,523
Posted By SideX
Forum: Plugins 08-21-2011, 09:13
Replies: 17
Views: 21,417
Posted By SideX
Re: [CS:S] Props - Version 1.0.2 - Alpha version

Ohh, you really killed private state of this mod.
Forum: Scripting 08-10-2011, 04:07
Replies: 3
Views: 1,092
Posted By SideX
Re: Block player slide

Oh, thank you very much for your plugin :)
Forum: Scripting 08-09-2011, 08:37
Replies: 3
Views: 1,092
Posted By SideX
Block player slide

Can I hook and block player slide, when he trying to stay on the head of the 2nd player that already staying on the head of the 1st player?

Sorry for my bad English :D I really can't normally...
Forum: Scripting 08-07-2011, 11:20
Replies: 2
Views: 950
Posted By SideX
Re: Adding a admin target? targetting last person alive?

onPluginStart()
{
HookEvent ("player_death", PlayerDead)
}

public Action:PlayerDead(Handle:event, const String:name[], bool:dontBroadcast)
{
if (GetTeamAliveClientCount(2) == 1)
...
Forum: Scripting 07-30-2011, 07:15
Replies: 1
Views: 2,147
Posted By SideX
m_szLastPlaceName

Can I print to client translated version of the m_szLastPlaceName?
Forum: Plugins 07-23-2011, 13:26
Replies: 43
Views: 21,178
Posted By SideX
Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)

Thanks for your reply, i'll think about that ideas.
Forum: Plugins 07-23-2011, 06:42
Replies: 43
Views: 21,178
Posted By SideX
Re: [CS:S] VoiceMgr v2.2.2 (Updated 23-07-2011)

Updated to 2.2.2
Fixed translations (on english lang plugin did display {1} and {2} rather than names)
Fixed "Unknown command: channels"
Forum: Plugins 07-23-2011, 06:33
Replies: 43
Views: 21,178
Posted By SideX
Re: [CS:S] VoiceMgr v2.2.1 (Updated 21-07-2011)

Thanks to your reply, I'll fix that.

StrikerMan780, thanks for your fix :)
Forum: Plugins 07-23-2011, 03:27
Replies: 43
Views: 21,178
Posted By SideX
Forum: Plugins 07-21-2011, 08:40
Replies: 43
Views: 21,178
Posted By SideX
Re: [CS:S] VoiceMgr v2.2

Updated to 2.2
Team channels
Created a menu where client can choose channel
Forum: Scripting 07-19-2011, 06:45
Replies: 3
Views: 1,047
Posted By SideX
sizeof error

Why using sizeof with arrays give me error on compiling?
Example:
new testid = 121;
new String:test[123][128];
Format(test[testid], sizeof(test[testid]), "lalala");



But this:
new testid =...
Showing results 1 to 25 of 110

 
Forum Jump

All times are GMT -4. The time now is 11:08.


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