mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
oops
This commit is contained in:
parent
53f8d12237
commit
a3d048880f
@ -1678,11 +1678,11 @@ static cell AMX_NATIVE_CALL set_task(AMX *amx, cell *params) /* 2 param */
|
|||||||
|
|
||||||
if (params[5])
|
if (params[5])
|
||||||
{
|
{
|
||||||
iFunc = registerSPForwardByName(amx, stemp, FP_ARRAY, FP_CELL, FP_DONE);
|
iFunc = registerSPForwardByName(amx, stemp, FP_ARRAY, FP_CELL, FP_DONE);
|
||||||
} else {
|
} else {
|
||||||
iFunc = registerSPForwardByName(amx, stemp, FP_CELL, FP_DONE);
|
iFunc = registerSPForwardByName(amx, stemp, FP_CELL, FP_DONE);
|
||||||
}
|
}
|
||||||
if (!iFunc)
|
if (iFunc == -1)
|
||||||
{
|
{
|
||||||
AMXXLOG_Log("[AMXX] Function is not present (function \"%s\") (plugin \"%s\")",stemp,plugin->getName() );
|
AMXXLOG_Log("[AMXX] Function is not present (function \"%s\") (plugin \"%s\")",stemp,plugin->getName() );
|
||||||
amx_RaiseError(amx,AMX_ERR_NATIVE);
|
amx_RaiseError(amx,AMX_ERR_NATIVE);
|
||||||
|
Loading…
Reference in New Issue
Block a user