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

Origin Finder


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Fun Stuff       
Aoki Takayama
Member
Join Date: May 2005
Old 01-11-2006 , 19:03   Origin Finder
Reply With Quote #1

It simply finds your origin and tells you what it is.
Aoki Takayama is offline
Send a message via AIM to Aoki Takayama Send a message via MSN to Aoki Takayama Send a message via Yahoo to Aoki Takayama
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 01-11-2006 , 19:09  
Reply With Quote #2

.sma ???

Besides that, "status" in your console.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
{NM}Jason
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Texas
Old 01-11-2006 , 19:52  
Reply With Quote #3

wheres the source
__________________
http://forums.alliedmods.net/showthr...396#post451396
Quote:
Originally Posted by BAILOPAN View Post
Shortly after posting that image, Jason crushed the truck into a ball with his hands, and tossed it over his shoulder.
{NM}Jason is offline
Send a message via ICQ to {NM}Jason Send a message via AIM to {NM}Jason Send a message via MSN to {NM}Jason Send a message via Yahoo to {NM}Jason
Spectral
Member
Join Date: Aug 2005
Old 01-11-2006 , 19:52  
Reply With Quote #4

status doesnt always tell you your origin. like for dod it gives all 0's most of the time. but if it has support to find others origins that would be cool.
Spectral is offline
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 01-11-2006 , 20:07  
Reply With Quote #5

Code:
#include <amxmodx> public plugin_init() {     register_plugin("Origin Finder", "1.0", "Drew 'Mewo' Stevens")     register_clcmd("say /origin", "find_origin") } public find_origin(id) {     new pOrigin[3]     get_user_origin(id, pOrigin)     client_print(id, print_chat, "Your current origin is %s", pOrigin)     return PLUGIN_HANDLED }

Here is his source.. He even did it wrong.

If he did it correctly it would be

Code:
#include <amxmodx> public plugin_init() {     register_plugin("Origin Finder", "1.0", "Drew 'Mewo' Stevens")     register_clcmd("say /origin", "find_origin") } public find_origin(id) {     new pOrigin[3]     get_user_origin(id, pOrigin)     client_print(id, print_chat, "Your current origin is %ix, %iy, %iz", pOrigin[0], pOrigin[1], pOrigin[2])     return PLUGIN_HANDLED }
__________________
No private support via Instant Message
GunGame:SM Released
teame06 is offline
Send a message via AIM to teame06
twistedeuphoria
Veteran Member
Join Date: Jul 2004
Old 01-11-2006 , 20:12  
Reply With Quote #6

Majorly redundant and since the amxx has been deleted...
__________________
twistedeuphoria is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-11-2006 , 20:12  
Reply With Quote #7

Doesn't this already exist? It sounds awfully familiar.
Brad 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 16:14.


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