(02.09.2017 14:18)Valery Wrote: Can't add a check if game is MP or single, as cheat codes? Then I see no problem with releasing the code, btw great job
Merci, I think the inspiration should look familiar to you!
Of course, almost all my code has no-multiplayer check, but anyone with a little knowledge and bad intentions could circumvent it - hence my hesitation.
Fantastic, it seems you've figured most of it already) :D
Another question: how about "mouse-over text"?
Code:
dlg->AddItemByZOrder(_DlgStdBackground_::Create(x, y, w, h, id, bottom_bar=TRUE, player_id), 0);
[...]
dlg->GetItem(some_id)->short_tip_text = "Text to show in bottom bar."
//guess you need text in bottom bar
dlg->AddItem(_DlgStaticText_::Create(x, y, w, h, ?messageText?, font, color, id, ALIGN_H_CENTER | ALIGN_V_TOP, bkcolor));