Raised This Month: $ Target: $400
 0% 

get_user_userid help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Aooka
Veteran Member
Join Date: Aug 2011
Location: Villeurbanne
Old 06-27-2012 , 15:41   Re: get_user_userid help
Reply With Quote #4

I do not understand what you are doing ^^

Why do you include amxmisc ? Because it's was here when you opened AmxStudioX ? lol

Code:
#include < amxmodx > public plugin_init( ) {     register_plugin( "AMXX Authid" , "1.0" , "Aooka" );         register_clcmd( "say /uid" , "ClientCommand_Userid" );     register_clcmd( "say_team /uid" , "ClientCommand_Userid" ); } public ClientCommand_Userid( const id ) {     if( !is_user_connected( id ) )         return 1;             else     {         new szAuthID[ 32 ];         get_user_authid( id , szAuthID , 31 );                 client_print( id , print_chat , "Your steam ID is -> %s" , szAuthID );     }     return 0; }

Read this and if you don't understand tel me.
__________________
Pawn ? Useless

Last edited by Aooka; 06-27-2012 at 16:13.
Aooka 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 06:12.


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