12.09.2016, 22:37
Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found"
13.09.2016, 20:23
13.09.2016, 21:47
What OS are you running?
If windows, do you have all of the Visual C++ redistributable packages downloaded?
If windows, do you have all of the Visual C++ redistributable packages downloaded?
14.09.2016, 00:37
Quote:
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. |
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{}
15.09.2016, 12:05
Quote:
What OS are you running?
If windows, do you have all of the Visual C++ redistributable packages downloaded? |
Quote:
Originally Posted by From the Streamer topic
The Windows version requires the Microsoft Visual C++ 2015 Redistributable Package.
|
16.09.2016, 11:01
Quote:
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 |
« Next Oldest | Next Newest »
Users browsing this thread: 5 Guest(s)