View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 10-05-2022 , 09:39   Re: Bank System Nvault/SQL Support
Reply With Quote #68

Quote:
Originally Posted by maNIaRO View Post
Hi there, nice plugin first of all.
Then ... donate and reset looks like doesn't work?
Whenever I try to donate or reset, says that "This player does not exist"

Am I doing something wrong?

Thanks
Replace:

PHP Code:
if( !iPlayer )
    {
        
CC_SendMessageid,"This player does not exist." ); 
To
PHP Code:
if( !is_user_connectediPlayer ) )
    {
        
CC_SendMessageid,"This player does not exist." ); 
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.

Last edited by Supremache; 10-05-2022 at 09:48.
Supremache is offline