ThyroDree
New member
how to disable @go,@warp because i test @die and @go 0 and the character is alive o-o i want if a character is dead and type @go 0 or any warps he/she will be warped but it is still dead.
- script kdjhfksjfhs -1,{OnInit: bindatcmd "go", strnpcinfo(0)+"::Onaaa"; bindatcmd "rura", strnpcinfo(0)+"::Onaaa"; bindatcmd "warp", strnpcinfo(0)+"::Onaaa"; bindatcmd "mapmove", strnpcinfo(0)+"::Onaaa"; end;Onaaa: if ( !Hp ) { message strcharinfo(0), "You can't use "+ .@atcmd_command$ +" when you are dead"; end; } atcommand .@atcmd_command$ +" "+ implode( .@atcmd_parameters$, " " ); end;}
We use essential cookies to make this site work, and optional cookies to enhance your experience.