View Single Post
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 07-11-2009 , 00:37   Re: CS Vehicle License Management
Reply With Quote #2

Funny.

Change client_connect() to client_authorized()

And you can change

PHP Code:
    if(vaultdata_exists(vaultauth))
    {
        
g_PlayerRevokedid ] = true
    

to
PHP Code:
 g_PlayerRevokedid ] = vaultdata_exists(vaultauth
And get rid of client_disconnect()
__________________
joaquimandrade is offline