Advertisement
CFDatabase

WAID - Server

Jul 20th, 2016
1,770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. return{
  2.     ServersShutdown = false;
  3.     OwnerOnly = false;
  4.     OwnerOnly = false;
  5.  
  6.     KickUser = "";
  7.     GlobalMessage = "";
  8.  
  9.     Updates = {
  10.         "[7/19/16]: Added: Remote connections, Audio, some UI and got other stuff ready";
  11.         "[7/20/16]: Started making map, finishing audio and some UI";
  12.         "[7/21/16]: Finished map, starting to debug game";
  13.         "[7/22/16]: Adding chat events and doing more debugging";
  14.         "[7/23/16]: Many game tests along with Shop setup";
  15.         "[7/24/16]: Figuring out what Im going to do with the shop, (????? Halp?)"
  16.     };
  17.  
  18.     BinaryKey = "1010";
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement