20.01.2014, 02:39
(
Последний раз редактировалось denNorske; 20.01.2014 в 10:12.
)
Well hello there
I was playing around with an old server i had today, and i discovered something really funny.
First of all, i had Crashdetect running on my server to detect errors, and there were a few of them when i started it. So, i went here to the forums, checking for solutions.
Anyway, all i did was simply adding this into my script:
And the error i had about public OnEnterExitModShop went away without problems... and replaced by a new error:
OnPlayerClickMap().
And, from before i know that there is one of my plugins crashing (did it on purpose), Whirlpool.so, and not the script (which the crashdetect plugin claims it to be);
Shouldn't the crashdetect notice the error in the script with the "WP_hash" function instead of blaming everything else in the script, which doesn't even exist?
Or am i wrong?
(Sorry about any spelling mistakes, it's 05:00 here, and i haven't slept in a while)
I was playing around with an old server i had today, and i discovered something really funny.
First of all, i had Crashdetect running on my server to detect errors, and there were a few of them when i started it. So, i went here to the forums, checking for solutions.
Anyway, all i did was simply adding this into my script:
PHP код:
public OnEnterExitModShop(playerid, enterexit, interiorid)
{
return 1;
}
OnPlayerClickMap().
And, from before i know that there is one of my plugins crashing (did it on purpose), Whirlpool.so, and not the script (which the crashdetect plugin claims it to be);
Shouldn't the crashdetect notice the error in the script with the "WP_hash" function instead of blaming everything else in the script, which doesn't even exist?
Or am i wrong?
(Sorry about any spelling mistakes, it's 05:00 here, and i haven't slept in a while)