Raised This Month: $ Target: $400
 0% 

Read from a file


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
shadow728988
Member
Join Date: Sep 2017
Old 07-10-2019 , 03:59   Re: Read from a file
Reply With Quote #4

also what can be the condition to not log duplicate names and authid if the player retries..currently this function sits in client_putinserver
Code:
public logplayers(id)
{
	new  szAuthID[32], szName[32];
	get_user_name(id, szName, 31);
	get_user_authid(id, szAuthID, charsmax(szAuthID));
	log_to_file(g_szFileName, "Name %s | AuthID %s | ", szName, szAuthID)
}
shadow728988 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 17:26.


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