View Single Post
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
Old 12-28-2019 , 11:22   Re: Display chat message to players joining group
Reply With Quote #3

I think you can do something like

PHP Code:
#include <swgm>

public void SWGM_OnJoinGroup(int clientbool ismemberbool isofficer)
{
    
PrintToChat(client"Thank you for joining the steam group! Your vip privileges will be available from next map!");

Nexd is offline