Run time error 3: stack error
Hey guys.
I have a problem with my plugin, that it logs errors on the error_logs files with a runtime error, stack error ( as you can see in the thread title ). These are the errors I get: Code:
L 12/04/2011 - 21:09:36: [AMXX] Displaying debug trace (plugin "pimpdr.amxx")This is the public free_round, all it does simply that when you pick up a weapon, it strips it (using client_cmd("weapon_knife") isnt efficient cuz ppl can bug it and still use the weapon) (Activated when someone activates a free round, I guess you know what a free round might be on DEATHRUN plugin) PHP Code:
|
Re: Run time error 3: stack error
else if ( g_FreeRound )
--> if ( g_FreeRound ) and Check is_user_alive contains check is_user_connected |
Re: Run time error 3: stack error
So this is why I get the errors?
|
Re: Run time error 3: stack error
Quote:
The errors you posted are strange (not consistent). If I had to guess, it's something entirely unrelated causing it. Maybe somebody else will know more about stack errors. |
Re: Run time error 3: stack error
public free_round(id)
{ if ( g_FreeRound ) { engclient_cmd(id, "weapon_knife"); } } |
Re: Run time error 3: stack error
Quote:
|
| All times are GMT -4. The time now is 11:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.