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

Quote:
Originally Posted by Kyriee
View Post
Download link please
Show a screenshot of your plugins folder.
Reply
#22

Quote:
Originally Posted by Sew_Sumi
View Post
Show a screenshot of your plugins folder.
Tommorow sir. I hope you can help me.

All solutions are failed. Thank you for help btw
Reply
#23

What OS are you running?

If windows, do you have all of the Visual C++ redistributable packages downloaded?
Reply
#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
#25

Quote:
Originally Posted by Sgt.TheDarkness
View Post
What OS are you running?

If windows, do you have all of the Visual C++ redistributable packages downloaded?
I see your streamer still fails. Do what Sgt.TheDarkness said, ensure you have "Microsoft Visual C++ 2015 Redistributable Package" installed IF running on Windows.

Quote:
Originally Posted by From the Streamer topic
The Windows version requires the Microsoft Visual C++ 2015 Redistributable Package.
Download Microsoft Visual C++ 2015 from here
Reply
#26

Quote:
Originally Posted by Brainles5
View Post
I see your streamer still fails. Do what Sgt.TheDarkness said, ensure you have "Microsoft Visual C++ 2015 Redistributable Package" installed IF running on Windows.


Download Microsoft Visual C++ 2015 from here
As Brainles5 said, download visual C++ redistributables, let us know how it helps
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)