AlliedModders

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

TheCompany 08-16-2010 17:25

Failed
 
Hello why do i get this?

[AMXX] Plugin "cashmod_v1.amxx" failed to load: Plugin uses an unknown function (name "remove_user_immune") - check your modules.ini.

naven 08-16-2010 18:19

Re: Failed
 
Show your code.

TheCompany 08-16-2010 19:50

Re: Failed
 
Here it is.

PHP Code:

        //If player has bought Antifrost nade
        
if( g_iItemLevel[iPlayer][ANTI_FROSTNADE] >= )
        {
            
add_user_immune(iPlayer)
        }
        else
        {
            
remove_user_immune(iPlayer);
        } 

AND

PHP Code:

native add_user_immuneiPlayer );
native remove_user_immuneiPlayer ); 


fysiks 08-17-2010 01:06

Re: Failed
 
You have to load the plugin or module that contains those natives.

rixskate 12-27-2010 12:40

Re: Failed
 
i have same problem but like
L 12/27/2010 - 18:29:32: [AMXX] Plugin "cashmod_v006.amxx" failed to load: Plugin uses an unknown function (name "remove_user_immune") - check your modules.ini. fysiks i dont anderstand what you mean plzz help :S


All times are GMT -4. The time now is 21:54.

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