AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Few errors (https://forums.alliedmods.net/showthread.php?t=154456)

MostwantedScript 04-08-2011 18:43

Few errors
 
PHP Code:

public plugin_end()
{
nvault_close(g_vault);


Gives the error

Code:

L 04/09/2011 - 00:27:39: [AMXX] Run time error 10 (plugin "bulletmod.amxx") (native "nvault_close")
PHP Code:

public ShowInformation(id
{
    if(!
is_user_alive(id))
    {
        new 
target entity_get_int(idEV_INT_iuser2);
        
        if(
target == 0)
            return 
PLUGIN_CONTINUE;
    } 

}
L04/06/2011 - 19:48:58: [AMXX] Run time error 10: native error (native "entity_get_int")
L 04/06/2011 - 19:48:58: [AMXX] [0] bulletmod.sma::ShowInformation (line 1496)
L 04/06/2011 - 19:48:58: [ENGINE] Invalid entity 18

drekes 04-08-2011 22:20

Re: Few errors
 
1. post full error.
2. Check if id is connected.

MostwantedScript 04-08-2011 23:43

Re: Few errors
 
Ive tryed adding if id is connected but same result the full error is just debug not enabled at the end


All times are GMT -4. The time now is 19:47.

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