Hello, i have this:
PHP Code:
new g_rank[33][33]
public rank(id)
{
g_rank[id] = "Member"
}
set_hudmessage(0, 0, 255, -1.0, -1.0, 2, 1.0, 9.0, 0.01, 0.1, 10)
show_hudmessage(0, "Rank: %s", g_rank[id])
Why it's not working
I want a hud message who show: Rank: Member (But with the %s)
Thk!