What does this mean?
What does this mean?
L 07/04/2009 - 01:42:08: AMXX] Run time error 10 (plugin "zzz.amxx") (native "set_task") - debug not enabled! |
Re: What does this mean?
It means there was an error. In plugins.ini add debug after your plugin and it will display more info about the error.
Like this: zzz.amxx debug |
Re: What does this mean?
How can I fix this?
|
Re: What does this mean?
Show me your set_task line(s) of code
|
Re: What does this mean?
I will give you all-SMA file because I do not know how to know ok?
|
Re: What does this mean?
Quote:
|
Re: What does this mean?
else if (blockType == BM_BHOP || blockType == BM_BHOP_NOSLOW)
{ //set bhop block to be SOLID_NOT after 0.1 seconds set_task(0.1, "taskSolidNot", TASK_BHOPSOLIDNOT + ent); } else if (blockType == BM_DELAYED) { //Delayed set_task(1.0, "taskSolidNot", TASK_BHOPSOLIDNOT + ent); set_user_godmode(id, 1); set_task(fTimeout, "taskInvincibleRemove", TASK_INVINCIBLE + id, "", 0, "a", 1); //set a task to remove stealth after time out amount set_task(fTimeout, "taskStealthRemove", TASK_STEALTH + id, "", 0, "a", 1); And more of this is |
Re: What does this mean?
PHP Code:
PHP Code:
PHP Code:
|
Re: What does this mean?
do not know what's going on I will give you the sma file and do it to me ok? I will give you the server administrator
|
| All times are GMT -4. The time now is 15:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.