Wire: EGP Emitter text disappears

Created on 10 Oct 2020  路  4Comments  路  Source: wiremod/wire

On EGP Emitter, When you set the angle of the text, it disappears.
Code example:

if(first()) {
    EGP = entity():isWeldedTo():wirelink()
    EGP:egpClear()
    EGP:egpText(1, "KaKTyC", vec2(256))
    EGP:egpFont(1, "consolas", 20)
    EGP:egpAngle(1, 45)
}

Most helpful comment

EGP Emitter not EGP Screen...

All 4 comments

Works perfectly fine for me, make sure your Wiremod is up-to-date.
image

EGP Emitter not EGP Screen...

Oh right, I'm blind.

Apparently duplicate of #776.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adosikas picture adosikas  路  5Comments

CSGKCJDBCPQ2K8 picture CSGKCJDBCPQ2K8  路  8Comments

Etothepowerof26 picture Etothepowerof26  路  5Comments

CaptainPRICE picture CaptainPRICE  路  9Comments

TAbdiukov picture TAbdiukov  路  5Comments