• Custom Notifications
    2 replies, posted
I want to make the code listed below and add a custom look to it. [CODE] function RAS.AddNotify( ply, message, kind, length ) net.Start( "RAS.Notification" ) net.WriteString( message ) net.WriteInt( kind || NOTIFY_GENERIC ) net.WriteInt( length || 2 ) net.Send( ply ) end [/CODE]
Do that client side. This might help: [url]https://github.com/garrynewman/garrysmod/blob/master/garrysmod/lua/includes/modules/notification.lua[/url]
[QUOTE=Tupac;50167693]Do that client side. This might help: [url]https://github.com/garrynewman/garrysmod/blob/master/garrysmod/lua/includes/modules/notification.lua[/url][/QUOTE] So I can basically treat it as a menu
Sorry, you need to Log In to post a reply to this thread.