format and printf bug in SAMP 0.3c R3-1
#10

Oh, never saw that it isn't a public function
Actually I meant another bug ... I'll try to explain it in a few minutes

EDIT: This is, what I wanted to show:
pawn Код:
new teststring[4];
public OnFilterScriptInit()
{
    teststring = "Foo";
    SetTimerEx("Func", 1000, 0, "s", teststring);
    SetTimerEx("Func", 1500, 0, "s", "Moo");
}

forward Func(text[]);
public Func(text[])
{
    print(text);
}
Output:
Код:
(null)
(null)
Expected:
Код:
Foo
Moo
Reply


Messages In This Thread
format and printf bug in SAMP 0.3c R3-1 - by bocian941 - 25.07.2011, 23:41
Re: format and printf bug in SAMP 0.3c R3-1 - by Karlip - 26.07.2011, 10:57
Re: format and printf bug in SAMP 0.3c R3-1 - by Vince - 26.07.2011, 11:06
Re: format and printf bug in SAMP 0.3c R3-1 - by dugi - 26.07.2011, 11:14
Re: format and printf bug in SAMP 0.3c R3-1 - by Vince - 26.07.2011, 11:32
Re: format and printf bug in SAMP 0.3c R3-1 - by bocian941 - 26.07.2011, 13:19
Re: format and printf bug in SAMP 0.3c R3-1 - by JernejL - 26.07.2011, 14:33
Re: format and printf bug in SAMP 0.3c R3-1 - by Kalcor - 27.07.2011, 09:08
AW: format and printf bug in SAMP 0.3c R3-1 - by Meta - 27.07.2011, 11:20
AW: format and printf bug in SAMP 0.3c R3-1 - by Meta - 27.07.2011, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)