Hello.
I've been trying to make a Level Up System with Ranks for my new Jailbreak Mod, and i want to add message above or under the chat. I don't want HUD Message, since im already using one for Server Status, and it looks like i cant add another one. So, this is my code, but it adds on the center of the screen. How i can move it?
PHP Code:
new ime[32]
get_user_name(id, ime, charsmax(ime))
static cache[512]
format(cache, 511, "Ime: %s\nTim: Cuvari/nLevel: %d^nIskustvo: %d", ime, CuvarCin[id], CuvarExp[id])
message_begin(MSG_ONE_UNRELIABLE, g_msgStatusText, {0,0,0}, id)
write_byte(0)
write_string(cache)
message_end()
Thanks. Please be quick