Jump to content
  • 0

morethan 2 max stats = Ban || disregards admin with 99


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

so i found this link here

and the script of @Emistry

-	script	Sample	-1,{
OnPCLoginEvent:
for( .@i = 13; .@i <= 18; .@i++ )
	if( readparam( .@i ) >= 99 )
		.@over_stat++;
if( .@over_stat > 2 ){
	dispbottom "You have more than 2 over stats";
	// do whatever you want here.

atcommand "@block "+strcharinfo(0);
}
end;
}

how can i disregard for admins??

or is there any statpoint checker like for 99 total statpoints is 1325 if the total exceeds you will be kicked

#TIA

EDIT : Not Solved yet

Edited by AinsLord
more info
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  159
  • Reputation:   58
  • Joined:  07/11/14
  • Last Seen:  

Add below after of OnPCLoginEvent: 

 if(getgroupid() == 99) end;

 

Ex:

OnPCLoginEvent:

if(getgroupid() == 99) end;

for( .@i = 13; .@i <= 18; .@i++ )

 

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...