nuna 2 Posted May 19, 2018 Hello everyone. Im having problem with this https://github.com/dastgir/HPM-Plugins/blob/master/NPC/security.txt whenever i tried the max failed attempt which is 3. The character will not be banned. Also the chatlog shown charname doesnt exist. Hope anyone can fix it and make it @kick instead of ban. already did change atcommand "@ban +"+.ban_hour+"h \""+strcharinfo(0)+"\""; //Ban the Player for 1 hour. with atcommand "@kick \""+strcharinfo(0)+"\""; //Ban the Player for 1 hour. but no luck. Thanks in advance! Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted May 20, 2018 should be prontera,155,189,5 script ksdfjhsf 1_F_MARIA,{ // atcommand "@kick "+ strcharinfo(0); .ban_hour = 1; atcommand "@ban +"+.ban_hour+"h "+strcharinfo(0); //Ban the Player for 1 hour. end; } without the double quotation mark Quote Share this post Link to post Share on other sites
Hello everyone.
Im having problem with this https://github.com/dastgir/HPM-Plugins/blob/master/NPC/security.txt
whenever i tried the max failed attempt which is 3. The character will not be banned.
Also the chatlog shown charname doesnt exist.
Hope anyone can fix it and make it @kick instead of ban.
already did change atcommand "@ban +"+.ban_hour+"h \""+strcharinfo(0)+"\""; //Ban the Player for 1 hour.
with atcommand "@kick \""+strcharinfo(0)+"\""; //Ban the Player for 1 hour.
but no luck.
Thanks in advance!
Share this post
Link to post
Share on other sites