[Ajuda] Mudar texto de posiзгo
#9

pawn Код:
//TOPO
new Text:Textdraw1
pawn Код:
public OnGameModeInit()
{
Textdraw1 = TextDrawCreate(244.888793, 347.448760, "CAMINHONEIRO");
TextDrawLetterSize(Textdraw1, 0.495777, 2.038043);
TextDrawAlignment(Textdraw1, 1);
TextDrawColor(Textdraw1, -1);
TextDrawSetShadow(Textdraw1, 0);
TextDrawSetOutline(Textdraw1, -1);
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 2);
TextDrawSetProportional(Textdraw1, 1);
e a onde esta:
pawn Код:
GameTextForPlayer(playerid, TXT_ClassTrucker, 3000, 6);
troque por:
pawn Код:
TextDrawShowForPlayer(playerid,Textdraw1);
TextDrawSetString(Textdraw1, string);
pawn Код:
public OnPlayerSpawn(playerid)
{
TextDrawShowHideForPlayer(playerid, Textdraw1);
Reply


Messages In This Thread
Mudar texto de posiзгo - by Comanfis157 - 25.05.2014, 19:46
Re: Mudar texto de posiзгo - by BobbMarley - 25.05.2014, 19:51
Re: Mudar texto de posiзгo - by Comanfis157 - 25.05.2014, 19:54
Re: Mudar texto de posiзгo - by BobbMarley - 25.05.2014, 19:56
Re: Mudar texto de posiзгo - by Comanfis157 - 25.05.2014, 19:58
Re: Mudar texto de posiзгo - by BobbMarley - 25.05.2014, 20:00
Re: Mudar texto de posiзгo - by Comanfis157 - 25.05.2014, 20:07
Re: Mudar texto de posiзгo - by Fenix4000 - 25.05.2014, 20:23
Re: Mudar texto de posiзгo - by D3M0LISH3R - 25.05.2014, 20:50
Re: Mudar texto de posiзгo - by ExPLORE - 25.05.2014, 21:01

Forum Jump:


Users browsing this thread: 2 Guest(s)