Quote:
Originally posted by jeff335
if(created){
addstring server.faqbigbro,account-date-time;
}
if(playerenters && strequals(#g,FAQ)){toweapons *Big Brother;timeout=60;}
if(timeout){
if(strequals(#g,FAQ)){
addstring server.faqbigbro,#a-#v(server.date)-#v(server.time);
//unsure if it's server.date and server.time, but...
}
timeout=60;
}
|
That would actually make the server.faqbigbro string nearly endless after having run for long enough.