17.09.2011, 00:05
Alguйm pode mim passar um textdraw Assim:

Procurei no Search e nгo achei
Se poder ajuda, Thank's!

Procurei no Search e nгo achei

Se poder ajuda, Thank's!

new Text:Rodape;
Rodape = TextDrawCreate(3.000000, 429.000000, "Meu Servidor www.forumdomeuservidor.com.br");
TextDrawBackgroundColor(Rodape, 255);
TextDrawFont(Rodape, 0);
TextDrawLetterSize(Rodape, 0.609999, 1.800000);
TextDrawColor(Rodape, -65281);
TextDrawSetOutline(Rodape, 1);
TextDrawSetProportional(Rodape, 1);
TextDrawUseBox(Rodape, 1);
TextDrawBoxColor(Rodape, 0x000000250);
TextDrawTextSize(Rodape, 728.000000, 0.000000);
Tenho um parecido:
pawn Код:
|
TextDrawShowForPlayer(playerid, Rodape);
A variбvel deve ser global(criada no topo) e essas funзхes vгo bem no OnGameModeInit, entгo basta usar
pawn Код:
|