Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class TOWN extends AIInfo {
- function GetAuthor() { return "Kogut"; }
- function GetName() { return "TOWN"; }
- function GetDescription() { return "TOWN"; }
- function GetVersion() { return 1; }
- function GetAPIVersion() { return "1.0"; }
- function GetDate() { return "2011-03-7"; }
- function CreateInstance() { return "TOWN"; }
- function GetShortName() { return "TOWN"; }
- function MinVersionToLoad() { return 1; }
- function GetURL() {return "http://tinyurl.com/ottdaiai or [email protected]. Thanks! [1]";}
- }
- RegisterAI(TOWN());
Add Comment
Please, Sign In to add comment