Raised This Month: $ Target: $400
 0% 

question about v_model position


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-13-2007 , 18:04   Re: question about v_model position
Reply With Quote #10

Something like:

Code:
#include <amxmodx> #include <amxmisc> #include <fakemeta> public plugin_init() {     register_plugin( "v_model", "1.0", "voi" );     register_clcmd( "amx_vmodel", "aim", ADMIN_VOTE, "<pitch> <yaw> kontroluje v model broni" ); } public aim( id, level, cid ) {     if( !cmd_access( id, level, cid, 3 ) )         return PLUGIN_HANDLED;             new         pitch[32],         yaw[32];         read_argv( 1, pitch, sizeof pitch - 1 );     read_argv( 2, yaw  , sizeof yaw - 1   );         engfunc( EngFunc_CrosshairAngle, id, str_to_float( pitch ), str_to_float( yaw ) );         return PLUGIN_HANDLED; }
__________________
Arkshine 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 16:05.


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