• Chat bubble tips?
    2 replies, posted
Whats the syntax for the chat bubble tips that are used in sandbox? Thanks!
THis is the old wiki but I'm pretty sure it's still correct for this [url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexfb21.html[/url] You need to use AddNotify which is a functon defined in sandbox (if your gamemode inherits from base and not sandbox then you won't have it). EDIT/UPDATE - There may be a different way to do it in gmod 13, this is how AddNotify is defined [url]http://glua.me/bin/?path=/gamemodes/sandbox/gamemode/cl_notice.lua[/url] , it just calls notification.AddLegacy( str, type, length )
thanks dude!
Sorry, you need to Log In to post a reply to this thread.