Raised This Month: $ Target: $400
 0% 

Triggered by.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 04-17-2005 , 13:19  
Reply With Quote #10

Quote:
Originally Posted by ZiP*
Quote:
Originally Posted by v3x
I've been coding for at least 2 months now, and I'm learning this a hell of a lot faster than when I was learning PHP.
lol, i've tried to learn it for 1 year now... And i can't remember the plugin_init part
Lol, damn man.. Just stick with it, you'll eventually learn something.

@h4ns:
Code:
#include <amxmodx> public plugin_init() {     // ..     register_concmd("say","handle_say")     register_concmd("say_team","handle_say") } public handle_say(id) {     new message[264]     read_args(message,263)     remove_quotes(message)     if(containi(message,"changemap")!=-1) {         // ..         server_cmd("kick #%d ^"You said changemap!^"",get_user_userid(id))     }     return PLUGIN_HANDLED }
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
 



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 10:02.


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