Shows IPAddress when someone leaves the server but not when someone joins the server
Sub dcgiris($username)
$denemex = GetCurrentPlayerVar("IPAddress");
$Message = ">>> `" . GetCurrentPlayerVar("UserName" ) . "` joined the server. `".$IPAddress." " . getLapperVar( "ShortTime" ) ."` ";
$DiscordChannel = "1116093537629524108";
sendmessagetodiscord($DiscordChannel,$Message);
EndSub
Sub dccikis($username)
$Message = ">>> `" . $username . "` left the server. `".GetPlayerVar( $username,IPAddress)."` `" . getLapperVar( "ShortTime" ) ."` ";
$DiscordChannel = "1116093537629524108";
sendmessagetodiscord($DiscordChannel,$Message);
EndSub
I tried other markers I could think of but without success
I tried a few other tokens I can think of but without success
Sub dcgiris($username)
$denemex = GetCurrentPlayerVar("IPAddress");
$Message = ">>> `" . GetCurrentPlayerVar("UserName" ) . "` joined the server. `".$IPAddress." " . getLapperVar( "ShortTime" ) ."` ";
$DiscordChannel = "1116093537629524108";
sendmessagetodiscord($DiscordChannel,$Message);
EndSub
Sub dccikis($username)
$Message = ">>> `" . $username . "` left the server. `".GetPlayerVar( $username,IPAddress)."` `" . getLapperVar( "ShortTime" ) ."` ";
$DiscordChannel = "1116093537629524108";
sendmessagetodiscord($DiscordChannel,$Message);
EndSub
I tried other markers I could think of but without success
I tried a few other tokens I can think of but without success