03.07.2013, 07:44
My guess is, do you see this?
Uncomment it, THAT meaning, remove the "/*" and the "*/". and it might work.
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);
}
}*/