Dissidia Posted September 25, 2018 Posted September 25, 2018 Any other kick script except this atcommand "@kick "+strcharinfo(0);? Quote
1 Functor Posted September 25, 2018 Posted September 25, 2018 Open ../src/map/script.cpp and before: /// script command definitions /// for an explanation on args, see add_buildin_func struct script_function buildin_func[] = { add: BUILDIN_FUNC(kick) { TBL_PC *sd; if (!script_rid2sd(sd)) return SCRIPT_CMD_SUCCESS; clif_GM_kick(NULL, sd); return SCRIPT_CMD_SUCCESS; } after: /// script command definitions /// for an explanation on args, see add_buildin_func struct script_function buildin_func[] = { add: BUILDIN_DEF(kick, ""), Example: geffen,132,38,3 script Example 51,{ kick; } 3 Quote
0 sader1992 Posted September 25, 2018 Posted September 25, 2018 without src edit , i think not. Quote
0 Dissidia Posted September 25, 2018 Author Posted September 25, 2018 (edited) Do you know how on src edit? I really don't like to use a command on my script. Edited September 25, 2018 by Dissidia Quote
Question
Dissidia
Any other kick script except this atcommand "@kick "+strcharinfo(0);?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.