Raised This Month: $ Target: $400
 0% 

Finding origin.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Da_sk8rboy
Veteran Member
Join Date: Jul 2006
Old 06-28-2007 , 02:03   Finding origin.
Reply With Quote #1

Okay, I feel like an idiot, I know it's something small.

Code:
#include <amxmodx> #include <amxmisc>   #define PLUGIN "Find Origin" #define VERSION "1.0" #define AUTHOR "Brit Jamerson" public plugin_init() {  register_plugin(PLUGIN, VERSION, AUTHOR)  register_clcmd("say /findorigin", "fo_base") }   public fo_base(id) {  new origin[0]  get_user_origin(id, 0) }


Not sure what I did wrong, I'm trying to find the origin whereever the player uses the say cmd
__________________
i stop around here and there.

Last edited by Da_sk8rboy; 06-28-2007 at 02:05.
Da_sk8rboy 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 21:24.


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