AlliedModders

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

mde... 12-08-2014 09:38

Help with error
 
Code:

L 12/08/2014 - 15:41:24: [AMXX] Run time error 10 (plugin "jail_games.amxx") (native "set_user_health") - debug not enabled!
L 12/08/2014 - 15:41:24: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/08/2014 - 15:41:44: [FUN] Player out of range (0)

How to fix? If i write debug, created new error
Code:

L 12/08/2014 - 16:28:17: [AMXX] Plugin not compiled with debug option (plugin "jail_games.amxx")
L 12/08/2014 - 17:18:18: Start of error session.


YamiKaitou 12-08-2014 20:01

Re: Help with error
 
Looks like the plugin was compiled using the -d0 flag. Try recompiling it without that flag

mde... 12-09-2014 00:02

Re: Help with error
 
Quote:

Originally Posted by YamiKaitou (Post 2232729)
Looks like the plugin was compiled using the -d0 flag. Try recompiling it without that flag

Yes it's compiled with this flag. Thanks)


All times are GMT -4. The time now is 15:29.

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