31.03.2013, 10:50
Quote:
Would be nice if you would get rid of the show and hide functions, and instead make it something like this:
ShowInfoBox(playerid,const title[],const info[],time); (also probably a ShowInfoBoxForAll) This way the textdraw will be created, shown instantly, and a timer will be set to hide the textdraw after time has passed. |
Also, you can surely do the showinfoboxforall thing easily !
pawn Код:
#define ShowInfoBoxForAll(%0) foreach(new i:Player) ShowInfoBoxToPlayer(i, %0);