EOSERV Forum > Client Editing > warping out of jail by using commands
Topic is locked.
Page: << 1 >>
warping out of jail by using commands
Author Message
Post #17910 warping out of jail by using commands

i was wondering how to stop someone from using the command #warp (eg. #warp aeven) to get out of jail.
someone please help me with this problem thanks.

edit: i dont want to get discard the this command i just want to stop it from been used in jail and maze

Edit: yeah i knows :( i was reading in this section and found out could #warp in jail and went and posted straght away...

14 years, 36 weeks ago
Post #17911 Re: warping out of jail by using commands


Disable it in your config.ini file?

---
I am an alien and not crazy!
14 years, 36 weeks ago
Post #17924 Re: warping out of jail by using commands

This worked for me, add this in your #warp command and change the second argument after you add this to an else if statement and you should be good.


if (this->player->character->mapid == static_cast<int>(this->server->world->config["JailMap"]))
 {
     break;
 }


EDIT: Also wrong section :P

14 years, 36 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Client Editing > warping out of jail by using commands