new r = random(256)new g = random(256)new b = random(256)new Float:x = random_float(0.0, 1.0)new Float:y = random_float(0.0, 1.0)set_hudmessage(r,g,b,x,y)show_hudmessage(id, "msg")