darkmejor Posted August 24, 2019 Posted August 24, 2019 alguien me ayuda a implementar comandos custome? Quote
Emistry Posted August 24, 2019 Posted August 24, 2019 you can try - script atcmd_example -1,{ OnInit: bindatcmd "hold",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: setpcblock PCBLOCK_MOVE, (getpcblock() & PCBLOCK_MOVE); end; } Quote
Mael Posted September 3, 2019 Posted September 3, 2019 (edited) On 8/24/2019 at 7:19 AM, Emistry said: you can try - script atcmd_example -1,{ OnInit: bindatcmd "hold",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: setpcblock PCBLOCK_MOVE, (getpcblock() & PCBLOCK_MOVE); end; } Es un script, solo agrégalo. Edited September 3, 2019 by Mael Quote
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.