Guest User

Untitled

a guest
Oct 7th, 2011
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. class TOWN extends AIInfo {
  2. function GetAuthor() { return "Kogut"; }
  3. function GetName() { return "TOWN"; }
  4. function GetDescription() { return "TOWN"; }
  5. function GetVersion() { return 1; }
  6. function GetAPIVersion() { return "1.0"; }
  7. function GetDate() { return "2011-03-7"; }
  8. function CreateInstance() { return "TOWN"; }
  9. function GetShortName() { return "TOWN"; }
  10. function MinVersionToLoad() { return 1; }
  11. function GetURL() {return "http://tinyurl.com/ottdaiai or [email protected]. Thanks! [1]";}
  12.  
  13. }
  14.  
  15. RegisterAI(TOWN());
  16.  
Add Comment
Please, Sign In to add comment