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

Showing results 1 to 25 of 417
Search took 0.01 seconds.
Search: Posts Made By: Dr.G
Forum: Scripting Help 08-25-2010, 14:44
Replies: 3
Views: 1,168
Posted By Dr.G
Forum: Scripting Help 08-24-2010, 17:07
Replies: 3
Views: 1,168
Posted By Dr.G
Call forward

If I build a stock function in one script, how do I call in another script? Pretty sure I should know but I forgot obviously..

Cheers!
Forum: Unapproved/Old Plugins 05-14-2010, 04:18
Replies: 25
Views: 6,646
Posted By Dr.G
Re: DoD Antihax

On behalf of the almighty, read this link (https://forums.alliedmods.net/showpost.php?p=1176878&postcount=1)
Forum: Unapproved/Old Plugins 05-13-2010, 18:33
Replies: 25
Views: 6,646
Posted By Dr.G
Re: DoD Antihax

Yea yea whatever :D
Forum: Unapproved/Old Plugins 05-13-2010, 18:23
Replies: 25
Views: 6,646
Posted By Dr.G
Re: DoD Antihax

dont think so, its just a habit, Iam paranoid... Or no, well think i got that habit from compareing(equal(.., ..) i think) strings on a WIN server, and found that is was needed.. And hey asshole Iam...
Forum: Unapproved/Old Plugins 05-13-2010, 16:06
Replies: 25
Views: 6,646
Posted By Dr.G
Re: DoD Antihax

This :

// Formatting Log Filename
new year, month, day
date(year, month, day)
format(g_logFilename, 31, "antihax_%d", year)
if(month < 10)
format(g_logFilename, 31, "%s0",...
Forum: Code Snippets/Tutorials 05-04-2010, 17:40
Replies: 8
Views: 9,066
Posted By Dr.G
Forum: Code Snippets/Tutorials 04-19-2010, 14:27
Replies: 24
Views: 13,772
Posted By Dr.G
Forum: Trash 04-16-2010, 14:19
Replies: 13
Views: 5,490
Posted By Dr.G
Re: Create custom hud message for X seconds!

Nice avatar.

What where you thinkin when you made this wonderfull stock:

stock CreateSimpleTask(Float:Time, const Function[], ProcessID)
{
set_task(Time, Function, ProcessID, "", 0, "",...
Forum: Scripting Help 04-10-2010, 07:07
Replies: 8
Views: 2,232
Posted By Dr.G
Re: SQL Error

Contact the author
Forum: Scripting Help 04-10-2010, 07:03
Replies: 8
Views: 2,232
Posted By Dr.G
Re: SQL Error

in the sma file
Forum: Code Snippets/Tutorials 04-08-2010, 17:29
Replies: 16
Views: 14,007
Posted By Dr.G
Re: Orpheu: GameRules Object

Excellent - Ill test the dod stuff asap. Thank you!
Forum: Scripting Help 04-07-2010, 09:33
Replies: 20
Views: 4,943
Posted By Dr.G
Re: Checking for indvidual steamid is connecting

I would use a Trie

->

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>...
Forum: Scripting Help 04-07-2010, 06:05
Replies: 20
Views: 4,943
Posted By Dr.G
Re: Checking for indvidual steamid is connecting

yeah well id recommand to trim strings, atleast if you are using a WIN server.


/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"...
Forum: Scripting Help 04-04-2010, 08:19
Replies: 15
Views: 3,542
Posted By Dr.G
Re: remove_entity

new ent = -1
while (( find_ent_by_model( ent, "func_button", "*59" )))
{
remove_entity(ent)
}
Forum: Code Snippets/Tutorials 04-02-2010, 17:13
Replies: 104
Views: 62,781
Posted By Dr.G
Re: Counter-Strike SDK

are there any m_CollisionGroup like offset in HL1 ? Iam thinkin a NoBlock plugin like this for HL1 -> http://forums.alliedmods.net/showthread.php?p=746250
Forum: SourceMod Anti-Cheat 03-31-2010, 10:49
Replies: 11
Views: 6,102
Posted By Dr.G
Re: [BUG REPORT] KAC v1.2.0.x: srcds.exe no response (win x64)

Frenzzy try to disable either mapchooser.smx or random_cycle.smx . Iam thinking double map change conflict something... why are you running both any way :)
Forum: Code Snippets/Tutorials 03-30-2010, 09:40
Replies: 6
Views: 4,975
Posted By Dr.G
Re: Using sourcebans on a HL1 server..

Its very easy to test if you already have sourcebans installed.
Forum: Code Snippets/Tutorials 03-30-2010, 06:56
Replies: 6
Views: 4,975
Posted By Dr.G
Forum: Approved Plugins 03-29-2010, 20:49
Replies: 17
Views: 40,879
Posted By Dr.G
Re: Bullet Pogo v0.1

good one Bugsy =)
Forum: Code Snippets/Tutorials 03-29-2010, 20:26
Replies: 6
Views: 4,975
Posted By Dr.G
Using sourcebans on a HL1 server..

The attached code will show you the basics of how to look up players and insert bans from you HL1 server to a source bans website/database.

Notes:

If you want to see the admin name on the...
Forum: Approved Plugins 03-28-2010, 21:15
Replies: 325
Views: 175,751
Posted By Dr.G
Forum: Approved Plugins 03-28-2010, 19:01
Replies: 325
Views: 175,751
Posted By Dr.G
Re: Server Cvars Unlocker

Whats up with this :

public EnablePlugin () <> {}
public EnablePlugin () <disabled>

&

public DisablePlugin () <> {}
public DisablePlugin () <enabled>
Forum: Approved Plugins 03-27-2010, 10:34
Replies: 1,519
Views: 1,059,530
Posted By Dr.G
Re: Advanced Bans (Real Time) by Exolent

Thanks for this MakeStringSQLSafe(.. i didnt know about the "´" Thank you good job!


- Cheers!
Forum: Scripting 03-25-2010, 11:50
Replies: 11
Views: 4,135
Posted By Dr.G
Re: Cordinate, color and animate text

look at halflife.inc -> SetHudTextParams..
Showing results 1 to 25 of 417

 
Forum Jump

All times are GMT -4. The time now is 06:25.


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