• Making a notification function.
    1 replies, posted
Hi, I was wondering if it was possible to make a notification function similar to nexus. instead of just [lua]LocalPlayer():PrintChat( "First/Last name error!", false )[/lua] I would like something like this. [lua]kiwi.notify.player( "First/Last name error",(20, 150, 20, 255), false )[/lua] it would also be in red instead of the normal chat colour.
Serverside: [lua] ply:SendLua("chat.AddText(Color(255, 0, 0), \"Name error\")") [/lua] Clientside: [lua] chat.AddText(Color(255, 0, 0), "Name error") [/lua] By the way, (20, 150, 20, 255) isn't red.
Sorry, you need to Log In to post a reply to this thread.