[PEDIDO] Como fazer TextDraw se mecher
#1

galera tipo eu queria um text draw que se mecha em baixo do radar
Reply
#2

pawn Код:
forward MecherTexts();
new Mover = 0;
pawn Код:
public OnGameModeInit();
{  
   SetTimer("MecherTexts",110,true);
   return 1;
}
pawn Код:
public MecherTexts()
{
if(Mover == 0)
{
 format(string,sizeof(string),"Ola");
 SetTextDrawString(NOMEDOTEXTDEAW,string);
 TextDrawShowForPlayer(playerid,string)
}
if(Mover == 1)
{
 format(string,sizeof(string),"     Ola");
 SetTextDrawString(NOMEDOTEXTDEAW,string);
 TextDrawShowForPlayer(playerid,string)
 Mover = 0;
}
return 1;
}
-Lуgica:
Quando o servidor iniciar ele farб que o textraw troca de posiзгo no tempo do OnGameModeInit.
Reply
#3

kk textdraw c mexe essa й nova nunk tinha visto
imagina ela c mexe sempre c o cara nao presta atenзao perde a textdraw
Reply
#4

ja viu propaganda nao ? ele meche Em Baixo do Hud e volta


Vlw
@Garfiell

ele e igual aquele do forum dos svrs roleplay ?
Reply
#5

USE THIS AS BASIS
Reply
#6

Vai pela lуgica Gabriel.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)