Getting Nvault Steam ID
How to check if steam id exisit on nvault ?
For exemple: I would like do give a USP to new users (if steam id don't exist on nvault save data) .. |
Re: Getting Nvault Steam ID
nvault_lookup returns true on success.
So, use steamid as a vault key. And then check if nvault_lookup returns true. If it returns true, give the weapon |
Re: Getting Nvault Steam ID
new authid[35], vaultdata[256], timestamp
get_user_authid(id,authid,charsmax(authid)) new dataExists = nvault_lookup(record, authid, vaultdata, charsmax(vaultdata), timestamp) if( dataExists ) return 1 return 0 |
Re: Getting Nvault Steam ID
You guys are the best ! Thank you
|
| All times are GMT -4. The time now is 15:43. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.