AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   help me to correct dis code (https://forums.alliedmods.net/showthread.php?t=107354)

jondd 10-25-2009 13:17

help me to correct dis code
 
this is the code but it is not working on lan server ...due to nvault or szAuthid or something can someone help me to correct dis
PHP Code:



public plugin_end( ) {
    
nvault_closeg_hVault );
}

public 
client_authorizedclient ) {
    static 
szAuthid35 ];
    
get_user_authidclientszAuthid34 );
    
    
g_iTimeclient ] = nvault_getg_hVaultszAuthid );
}

public 
client_disconnectclient ) {
    static 
szAuthid35 ];
    
get_user_authidclientszAuthid34 );
    
    static 
szTime32 ];
    
num_to_strg_iTimeclient ] + get_user_timeclient), szTime31 );
    
nvault_setg_hVaultszAuthidszTime );


</span></span>

Arkshine 10-25-2009 13:23

Re: help me to correct dis code
 
So work with the ip.

xPaw 10-25-2009 13:23

Re: help me to correct dis code
 
"dis"? i know only 1 guy who uses this, its a lordshiva!

jondd 10-25-2009 13:27

Re: help me to correct dis code
 
Quote:

Originally Posted by Arkshine (Post 971898)
So work with the ip.

with ip i tried before it is not working on lan server where net is not required

Arkshine 10-25-2009 13:34

Re: help me to correct dis code
 
Quote:

Originally Posted by xPaw (Post 971899)
"dis"? i know only 1 guy who uses this, its a lordshiva!

Oh. I'm ignoring this user so. :bacon:

Exolent[jNr] 10-25-2009 16:26

Re: help me to correct dis code
 
That is the code I made for saving player's time.
lordshiva complained it didn't work on his Non-Steam server.

jondd 10-26-2009 09:18

Re: help me to correct dis code
 
I wanted to use in LAN server but due to some prob in code it is not working on lan.can u help me

jondd 10-26-2009 09:19

Re: help me to correct dis code
 
nvault or szAuthid is crashing my server


All times are GMT -4. The time now is 17:39.

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