22.08.2012, 16:12
Tenta assim:
Com o SetTimer em OnGameModeInit e retire os outros TextDrawHideForPlayer/TextDrawShowForPlayer
pawn Код:
public RANDOMHELPMSGS()
{
TextDrawHideForAll(InfoHELP);
TextDrawSetString(InfoHELP,HELPMSGS[random(sizeof(HELPMSGS))]);
TextDrawShowForAll(InfoHELP);
return 1;
}