Timer Problem or what? HELP!!
#2

My guess is, do you see this?

pawn Код:
/*public ShowSubtitle(text[], seconds, ...)
{
        new arg_start = 2, playerid;
        while ((playerid = getarg(arg_start++)) < numargs()+1)
        {
                CallLocalFunction("HideSubtitle", "i", playerid);
                TextDrawSetString(SubtitleTextdraw[playerid], text);
                TextDrawShowForPlayer(playerid, SubtitleTextdraw[playerid]);
                SubtitleTimer[playerid] = SetTimerEx("HideSubtitle", seconds * 1000, 0, "i", playerid);
        }
}*/
Uncomment it, THAT meaning, remove the "/*" and the "*/". and it might work.
Reply


Messages In This Thread
Timer Problem or what? HELP!! - by kexy96 - 03.07.2013, 06:33
Re: Timer Problem or what? HELP!! - by Cjgogo - 03.07.2013, 07:44
Re: Timer Problem or what? HELP!! - by kexy96 - 03.07.2013, 08:44
Re: Timer Problem or what? HELP!! - by Goldilox - 03.07.2013, 09:01
Re: Timer Problem or what? HELP!! - by kexy96 - 03.07.2013, 11:04

Forum Jump:


Users browsing this thread: 1 Guest(s)