Quote:
Originally Posted by Bugsy
When the player first connects, LoadPrefix() is called which uses g_szAuthID[] to make the key to read from the vault. At that time, g_szAuthID[] is empty since you are not populating it until menu_prefix() is called.
|
Oh okay, I just got what you said, so how do I fix that?
__________________