Raised This Month: $ Target: $400
 0% 

Dont work. Why


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Artifact
Veteran Member
Join Date: Jul 2010
Old 07-01-2012 , 16:48   Dont work. Why
Reply With Quote #1

PHP Code:
#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "good."

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("cl_forwardspeed""Cao")
    
register_clcmd("cl_backspeed""Cao")
}

public 
Cao(id)
{
    new 
steamID[32]
    
get_user_authid(idsteamID31)
    
console_print(id"Ne smes koristiti komande cl_forwardspeed i cl_backspeed na ovom serveru")
    
server_cmd("kick ^"%d^" ^"Chack your console^"")
}

public 
client_connect(id)
{
    
client_cmd(id"cl_forwardspeed 400")
    
client_cmd(id"cl_forwardspeed 400")

__________________
Artifact is offline
 


Thread Tools
Display Modes

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 15:17.


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