amaru Posted April 2, 2011 Report Share 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? Link to comment Share on other sites More sharing options...
[RSD]TheBoss Posted April 2, 2011 Report Share 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... Link to comment Share on other sites More sharing options...
amaru Posted April 2, 2011 Author Report Share Posted April 2, 2011 Un timer care sa-l omoare? Link to comment Share on other sites More sharing options...
IstuntmanI Posted April 2, 2011 Report Share 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. Link to comment Share on other sites More sharing options...
amaru Posted April 2, 2011 Author Report Share Posted April 2, 2011 Senc iu ) Link to comment Share on other sites More sharing options...
florin Posted April 3, 2011 Report Share 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! Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts