Raised This Month: $ Target: $400
 0% 

get_user_authid doesnt return steamid


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
jRaven
AMX Mod X Beta Tester
Join Date: Jan 2006
Location: IA, USA
Old 10-08-2006 , 17:54   Re: get_user_authid doesnt return steamid
Reply With Quote #2

Try changing get_steamid()'s:

Code:
client_print(0,print_chat,"authid %d and id %i inserted into DB",userid,id)

to

Code:
client_print(0,print_chat,"authid %s and id %i inserted into DB",userid,id)

Change was %d to %s.
Do the same for other format() like things. Ex: the SQL line.

Edit: More info in funcwiki about format().
jRaven is offline
Send a message via ICQ to jRaven Send a message via AIM to jRaven
 



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 04:53.


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