Jump to content

Question

Posted

Am o intrebare pot folosi un textdraw de mai multe ori? De exemplu vreau in loc de sendclienmesaje la comanda /healme sa scrie prin textdraw Viata iti este full si acelasi textdraw sal folosesc la /armourme dar sa scire Armura tia fost incarcata e posibil asa ceva?

lol

6 answers to this question

Recommended Posts

Posted

bagi in acea comanda

SetTimerEx ("TEXT", 1000, 0, "i, i", playerid, _: nume TextDraw);
TextDrawSetString(nume TextDraw,"ce vrei sa scrie");
TextDrawShowForPlayer(playerid,nume TextDraw);
si pui
forward TEXT(playerid,Text:TextIdent);
public TEXT(playerid, Text:TextIdent)
{
	TextDrawHideForPlayer(playerid, TextIdent);
}

zimi daca merge

  • www.LcsNet.org
  • 91.233.106.13:7777
  • www.Joc-Miniclip.info

Guest PlayON
Posted

bagi in acea comanda

SetTimerEx ("TEXT", 1000, 0, "i, i", playerid, _: nume TextDraw);
TextDrawSetString(nume TextDraw,"ce vrei sa scrie");
TextDrawShowForPlayer(playerid,nume TextDraw);
si pui
forward TEXT(playerid,Text:TextIdent);
public TEXT(playerid, Text:TextIdent)
{
	TextDrawHideForPlayer(playerid, TextIdent);
}

zimi daca merge

Ba desteptule,  ce te complici cu TEXT( playerid, aia ? Dai direct TextDrawHideForPlayer(playerid, textdraw);

Cand folosest SetString automat n-ai nbevoie de ShowTextDraw

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.