ID:155035
 
Hello, I come to need the help in advance Thanks...

Forgive not speak much English ..
Maybe that's why I did not get the solution

One Problem:

I know how to make a system where the person imprisoned, or would make a ban, remove it Unbans jail or automatically by the server time .. Ie it automatically or you remove Unbans jail without pressing a command ..

Second Problem:

I wonder if there is a way to connect a PHP API made ​​on any server if you know of anything please just let the Link ..


-------------------------------------------------

Espaņol:

Quisiera saber como hacer un sistema donde la persona que encarcele, o le haga un baneo, se le quite la carcel o se desbanee automaticamente por el tiempo del servidor.. Es decir que Automaticamente se desbanee o se le quite la carcel sin presionar un Comando..


Tambien quisiera saber si hay una forma de conectar un codigo en PHP al juego si existe la manera seria de mucha ayuda gracias de antemano..





Disculpenme no se hablar muy bien Ingles...
Did you use Google Translate for that?... It looks horrible.

1. You can use world.realtime variable to get current time. Then implement ban/jail check as if(banTime + banLength < world.realtime) src << "You're still banned", same goes to jail checks
2. What do you mean connect PHP API? You can load webpage using world.Export(), passing parameters in link will allow you to add data to or get data from database.