Raised This Month: $ Target: $400
 0% 

nVault plugin not working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 06-14-2020 , 21:18   Re: nVault plugin not working
Reply With Quote #1

Change
PHP Code:
public client_putinserver(id)
{
    
LoadPrefix(id)

to

PHP Code:
public client_authorizedid )
{
    
get_user_authid(idg_szAuthID[id], charsmax(g_szAuthID[]));
    
LoadPrefix(id)

And remove get_user_authid() in menu_prefix().
__________________
Bugsy is offline
supertrio17
Senior Member
Join Date: May 2020
Location: Serbia
Old 06-14-2020 , 21:23   Re: nVault plugin not working
Reply With Quote #2

Quote:
Originally Posted by Bugsy View Post
Change
PHP Code:
public client_putinserver(id)
{
    
LoadPrefix(id)

to

PHP Code:
public client_authorizedid )
{
    
get_user_authid(idg_szAuthID[id], charsmax(g_szAuthID[]));
    
LoadPrefix(id)

And remove get_user_authid() in menu_prefix().
I did, and it still doesn't work. Any other ideas?
__________________
Contact! || Discord:
Mr_Boopsy_#2066

Last edited by supertrio17; 06-14-2020 at 21:23.
supertrio17 is offline
Reply



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:14.


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