good evening
I have a problem now
when I log m it displays as I want his face on a group that has
j did like her
Event OnConnect( $userName ) # Player event
$NickName = GetCurrentPlayerVar("NickName");
$Posabs = GetCurrentPlayerVar("PosAbs");
$Groupqual = GetCurrentPlayerVar("GroupQual");
IF ( GetUserStoredNum("MemberType") >= $MEMBERTYPE_AFFILIATE )
THEN
LoginMember($userName);
ELSE
openPrivButton( "welc",25,50,150,15,12,-1,ISB_undesirableNE, langEngine("%{main_welc1}%", $NickName ) );
openPrivButton( "pos",25,80,150,10,8,-1,ISB_undesirableNE,langEngine("%{main_welc2}%",$Posabs,$Posqual,$Groupqual ) );
openPrivButton( "clos",78,120,20,10,10,-1,ISB_DARK,langEngine("%{main_accept}%"),OnConnectClose );
openPrivButton( "ref",103,120,20,10,10,-1,ISB_DARK,langEngine("%{main_deny}%"),OnConnectCloseKick );
ENDIF
IF ( GetUserStoredNum("MemberType") >= $MEMBERTYPE_undesirable )
THEN
globalMsg ($NickName . "^8, ^1 you are a driver undesirable");
privMsg ("^8, ^1was undesirableished to be explained on the forum!");
privMsg ("^8, ^1reminder of the rules!");
privMsg ("^8, ^1undesirable accident at high speed");
privMsg ("^8, ^1undesirable voluntary accident");
privMsg ("^8, ^1undesirablet insult");
privMsg ("^8, ^1respect the rules of courtesy");
privMsg ("^8, ^2www.layoutracingteam.com");
ENDIF
privdelayedcommand( 10, messundesirable);
EndEvent
Sub messundesirable( $userName )
privMsg ("message 1");
privMsg ("message 2");
privMsg ("message 3");
privMsg ("message 4");
EndSub
how to make the group just junk is concerned?
thx