View Single Post
  #47  
Old 12-08-2007, 01:31 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
you could do something like this ...
Have DB NPC constantly setting serverr.timev to int( timevar2 ) every second.

Then in a system script have something like
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
setTimer);
}
function 
onTimeOut()
{
  
client.cTime serverr.timev;
  
setTimer);

Since it can't connect to the server, serverr.timev does not update. And that's assuming client scripts still run, which I'm pretty sure they don't. If they don't it still works the same.

then something like ....

PHP Code:
if ( ! client.cTime in serverr.timev 2serverr.timev | )
{
  
doNotAttack();
}
else
{
  
pwnThatNoob();

Could also solve some problems with modem taping, etc.

Just a suggestion rather than jailing people?
__________________