Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found"
#24

Quote:
Originally Posted by Sew_Sumi
View Post
What it would show though, is the plugin failing to load (If it does), and from there we can move onto asking for the #include lines...


Stop looking to nitpick and argue over everything I post, because seriously, you're not in a good position to try to do so.

It's a lot better than installing a new plugin to simply forgo a BASIC DEBUGGING SKILL.
lolwat

im pretty sure crashdetect/nativechecker can save time in detecting an issue rather than doing 'basic debugging skills'

as a dude who has seen and fixed server crashes since the day obama came into power, this is how i almost always perform my debug n fix method

Code:
#include <brain.h>

use crashdetect;
use nativechecker;

if (nativechecker = true) {
    show_error_output;
    use_brain;
    party;
}
elseif (crashdetect = true) {
    show_error_output;
    use_brain;
    party;
}
elseif (crashdetect = false & nativechecker = false) {
    check_server_log; 
    //nothing?
    use brain;
    comment_out_each_and_every_single_shit_in_your_script_one_by_one_starting_from_the_latest_update;
    use_brain;
    party;
}
else {
    cry_like_a_baby;
    beg_samp_forums_for_help;
    get_helped;
    party;
}

main{}
Reply


Messages In This Thread
Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Kyriee - 09.09.2016, 12:16
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Frank901 - 09.09.2016, 12:17
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Kyriee - 09.09.2016, 12:19
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Frank901 - 09.09.2016, 12:20
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Sew_Sumi - 09.09.2016, 12:30
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Frank901 - 09.09.2016, 12:33
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by SyS - 09.09.2016, 12:34
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by jlalt - 09.09.2016, 12:41
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Sew_Sumi - 09.09.2016, 12:47
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by ev0lution - 09.09.2016, 13:32
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Sew_Sumi - 09.09.2016, 19:51
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Younes44 - 09.09.2016, 20:03
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Kyriee - 09.09.2016, 20:11
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Sew_Sumi - 09.09.2016, 20:16
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Kyriee - 12.09.2016, 11:29
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Kyriee - 12.09.2016, 12:02
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Younes44 - 12.09.2016, 12:47
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Kyriee - 12.09.2016, 16:26
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Younes44 - 12.09.2016, 18:34
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by JasonRiggs - 12.09.2016, 19:08
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Sew_Sumi - 12.09.2016, 22:37
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Kyriee - 13.09.2016, 20:23
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Sgt.TheDarkness - 13.09.2016, 21:47
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Sublime - 14.09.2016, 00:37
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Brainles5 - 15.09.2016, 12:05
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - by Sgt.TheDarkness - 16.09.2016, 11:01

Forum Jump:


Users browsing this thread: 3 Guest(s)