hide text draw after 10 seconds - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: hide text draw after 10 seconds (
/showthread.php?tid=160912)
hide text draw after 10 seconds -
aNdReSk - 18.07.2010
hello, I have a textdraw that is shown for all players, and it want it to be gone after 10 seconds!

can u give me a tip in how to
Re: hide text draw after 10 seconds -
[NTX]MikeQ - 18.07.2010
pawn Код:
SetTimer(''hidetextdraw'',10000);
pawn Код:
public hidetextdraw()
{
HideTextDrawForAll
}
Idk if HideTextDrawForAll is correct but u get the idea
Re: hide text draw after 10 seconds -
aNdReSk - 18.07.2010
thx that worked
Re: hide text draw after 10 seconds -
[NTX]MikeQ - 18.07.2010
NoProblem