Raised This Month: $ Target: $400
 0% 

ducking origin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Don Punch
Junior Member
Join Date: Mar 2008
Old 03-25-2009 , 21:41   ducking origin
Reply With Quote #1

how many units does the origin chance when a player is ducking?

not sure if this is mod specific, but thre Half-Lfie mod is TS
Don Punch is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 03-25-2009 , 21:44   Re: ducking origin
Reply With Quote #2

Test for yourself:
Code:
#include <amxmodx> #include <amxmisc> #include <fakemeta> public plugin_init() {     register_plugin("Origin Test", "0.1", "Exolent");         register_clcmd("say /origin", "CmdOrigin"); } public CmdOrigin(client) {     new Float:origin[3];     pev(client, pev_origin, origin);         client_print(client, print_chat, "origin = {%f, %f, %f}", origin[0], origin[1], origin[2]);         return PLUGIN_HANDLED; }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] 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 09:00.


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