amaru Posted April 2, 2011 Posted April 2, 2011 Am facut o comanda pentru mod si mai am nevoie de un textdraw care clipoceste, adica apare si dispare. Cum pot sa fac efectul asta?
[RSD]TheBoss Posted April 2, 2011 Posted April 2, 2011 cu timer...creezi un timer pentru textdraw... New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...
IstuntmanI Posted April 2, 2011 Posted April 2, 2011 Sus in script:new BlinkingState = 0; La OnGameModeInit: SetTimer("BlinkingTextdraw", 500, 1); Undeva in GM: forward BlinkingTextdraw(playerid); public BlinkingTextdraw(playerid) { switch( BlinkingState ) { case 0: TextDrawShowForAll(nume_textdraw), BlinkingState = 1; case 1: TextDrawHideForAll(nume_textdraw), BlinkingState = 0; } return 1; }* nume_textdraw inlocuiesti cu numele textdrawului care vrei sa apara/dispara mereu.Sper ca merge.
florin Posted April 3, 2011 Posted April 3, 2011 le bag direct in GM sau trebuie vrun textdraw ca am incercat direct in GM si da err. wde [We Drift Everywhere] clan!
Question
amaru
Am facut o comanda pentru mod si mai am nevoie de un textdraw care clipoceste, adica apare si dispare. Cum pot sa fac efectul asta?
5 answers to this question
Recommended Posts