Raised This Month: $ Target: $400
 0% 

Get ID by STEAMID


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 12-30-2005 , 15:09  
Reply With Quote #2

Code:
stock get_user_id(const authid[]) {     new players[32], num, i;     get_players(players, num, "c");     for(i=0;i<num;i++) {         new check[32];         get_user_authid(players[i],check,31);         if(equali(authid,check)) return players[i];     }     return 0;  }
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX 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 15:59.


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