[Ajuda] Text Draws randomicos
#3

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


Messages In This Thread
Text Draws randomicos - by s4kuL - 22.08.2012, 15:06
Re: Text Draws randomicos - by Don_Speed - 22.08.2012, 16:08
Re: Text Draws randomicos - by humildadeforever - 22.08.2012, 16:12
Re: Text Draws randomicos - by .FuneraL. - 22.08.2012, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)