SetTimerEx -Crash
#1

These fucking line crash my server when its called (im 100% sure cos i debuged my script)
Everything looks fine but it crash my server :/
pawn Код:
SetTimerEx("ExplodeBomb", 10000, false,"%f,%f,%f,10,10", X, Y, Z);


//Here is the function that is called but its not it...i tested it bu calling it directly
forward ExplodeBomb(Float:X, Float:Y, Float:Z,Float:Radius, Type);
public ExplodeBomb(Float:X, Float:Y, Float:Z,Float:Radius, Type)
{
    if(Type == 0) {Type = 10;}
    CreateExplosion( X, Y, Z, Type, Radius);
    return 1;
}
Reply


Messages In This Thread
SetTimerEx -Crash - by DRIFT_HUNTER - 21.07.2011, 02:33
Re: SetTimerEx -Crash - by Cyanide - 21.07.2011, 02:35
Re: SetTimerEx -Crash - by [HiC]TheKiller - 21.07.2011, 02:36
Re: SetTimerEx -Crash - by DRIFT_HUNTER - 21.07.2011, 02:38
Re: SetTimerEx -Crash - by [HiC]TheKiller - 21.07.2011, 02:41
Re: SetTimerEx -Crash - by DRIFT_HUNTER - 21.07.2011, 02:42
Re: SetTimerEx -Crash - by Cyanide - 21.07.2011, 02:44
Re: SetTimerEx -Crash - by DRIFT_HUNTER - 21.07.2011, 02:45

Forum Jump:


Users browsing this thread: 3 Guest(s)