[Ajuda] Alguem sabe fazer ?
#7

pawn Код:
new rodapeText[][] = {
{"Ei"},
{"psiu"},
{"beijo"},
{"me liga"}
};

new rodapeCount;

public OnGameModeInit(){
SetTimer("UpdateRodape", 1000, true); // 1000 й o tempo (em milissegundos) que leva atй mudar o texto
return 1;
}

forward UpdateRodape();
public UpdateRodape(){
rodapeCount ++;
if(rodapeCount <= sizeof(rodapeText)-1) rodapeCount = 0;
TextDrawSetString(TextDraw, rodapeText[rodapeCount]);
TextDrawShowForAll(TextDraw);  
return 1;
}
Substitua TextDraw pela sua textdraw.

- Nгo testei nem compilei, se nгo funcionar ou dar erro me avise.
Reply


Messages In This Thread
Alguem sabe fazer ? - by N3XTMapper - 07.10.2013, 14:19
Re: Alguem sabe fazer ? - by Blix - 07.10.2013, 14:47
Re: Alguem sabe fazer ? - by ThuuGLif3 - 07.10.2013, 14:52
Re: Alguem sabe fazer ? - by N3XTMapper - 07.10.2013, 14:55
Re: Alguem sabe fazer ? - by Duduzinho - 07.10.2013, 15:07
Re: Alguem sabe fazer ? - by N3XTMapper - 07.10.2013, 15:11
Re: Alguem sabe fazer ? - by Kuddy - 07.10.2013, 15:25
Re: Alguem sabe fazer ? - by †♥† - 07.10.2013, 15:27
Re: Alguem sabe fazer ? - by N3XTMapper - 07.10.2013, 15:30
Re: Alguem sabe fazer ? - by CaozinhoDosCorre - 07.10.2013, 15:39

Forum Jump:


Users browsing this thread: 2 Guest(s)