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

[Closed]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
d3athkai
Junior Member
Join Date: Jul 2009
Old 12-09-2009 , 21:59   [Closed]
Reply With Quote #1

solved.

Last edited by d3athkai; 12-24-2009 at 00:45. Reason: solved.
d3athkai is offline
Mr. Zero
Veteran Member
Join Date: Jun 2009
Location: Denmark
Old 12-09-2009 , 22:57   Re: Need help with L4D scripting
Reply With Quote #2

Code:
#include <sourcemod>
//sdktools is not needed as you don't use any commands from the included file.

public OnPluginStart()
{
RegConsoleCmd("show", Command_Show)
}

public Action:Command_Show(client, args)
{
ClientCommand(client, "net_graph 1")
}
Mr. Zero is offline
d3athkai
Junior Member
Join Date: Jul 2009
Old 12-09-2009 , 23:53   Re: Need help with L4D scripting
Reply With Quote #3

Thank you Mr. Zero.
d3athkai is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:49.


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