[SOLVED]help about textdraw hide
#1

i've got textdraws. I wanna shows those onplayerconnect and hide after 10 second

plz help. i tried settimer but doesnt worked
Reply
#2

Quote:
Originally Posted by xCoder
i've got textdraws. I wanna shows those onplayerconnect and hide after 10 second

plz help. i tried settimer but doesnt worked
Код:
GameTextForPlayer(playerid,"~y~Welcome to the Carnage!!!", 6000, 10);
When using this the 10 at the end is seconds it appears for
Reply
#3

no, i wanna use TextDrawHideForPlayer(playerid, TextDraw); command.
Reply
#4

Solved
Reply
#5

Quote:
Originally Posted by xCoder
Solved
Great that you got it solved,sorry my idea did not help but i tried.

One suggestion,if someone else has same problem they may use search(ive seen stranger things happen,lol) It would be nice if you could give a brief description on how you solved it, incase the thread may assist someone else.
Reply
#6

no prob. man. how i solved?. with that code:
Код:
public OnPlayerConnect(playerid)
{
  SetTimerEx("baslangic", 5000, false, "i", playerid);
  return 1;
}

forward baslangic(playerid);
public baslangic(playerid)
{
  TextDrawHideForPlayer(playerid,yourtextdraw);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)