Por quй se sobrepone?
#1

Buenas, buena pregunta, por quй se sobrepone el BOX ante los demбs textdraws que indico con las flechas? hay una soluciуn?

http://imgur.com/a/vIHYJ
Reply
#2

Se sobre pone, porque estas creando primero el box y luego el text.

lo tienes asн

//OnGameModeInit
new Text:box = CreateTextDraw(etc);
new Text:text = CreateTextDraw(etc);

deberнa ser asн

//OnGameModeInit
new Text:text = CreateTextDraw(etc);
new Text:box = CreateTextDraw(etc);

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)