• Sending Notices
    5 replies, posted
You know those notices in sandbox? How would you send them to 1 player?
[b][url=wiki.garrysmod.com/?title=Gamemode.AddNotify]Gamemode.AddNotify [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] It's clientside.
Which means you can send a usermessage to the player telling him to display it.
Yes but how would I use it? Like just put GM:AddNotify("Obey the rules.", NOTIFY_GENERIC, 5); or? Cause I keep getting errors when using that.
You have to use GAMEMODE:AddNotify because you're using the function after the initialization of the gamemode.
Sorry, you need to Log In to post a reply to this thread.