21.01.2010, 15:11
Hey, i've searched around for a day or two now but didnt get answer.
Why doesnt this work?
[pawn]
public Advicement1timer(playerid)
{
TextDrawShowForAll(Text:Advicement1); //Error line
SetTimer("Advicement1out", 15000, 0);
}
public Advicement1out()
{
TextDrawHideForAll(Text:Advicement1); //Error line
}
[/pawn}
?
i have these errors
Please help me
Why doesnt this work?
[pawn]
public Advicement1timer(playerid)
{
TextDrawShowForAll(Text:Advicement1); //Error line
SetTimer("Advicement1out", 15000, 0);
}
public Advicement1out()
{
TextDrawHideForAll(Text:Advicement1); //Error line
}
[/pawn}
?
i have these errors
Код:
(561) : error 035: argument type mismatch (argument 1) (567) : error 035: argument type mismatch (argument 1)