Kwarde

New template v2

Feb 19th, 2011
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.58 KB | None | 0 0
  1. <html>
  2.   <head>
  3.     <title>Police pursuit mod</title>
  4.    
  5.     <style>
  6. <!--
  7. body
  8. {
  9.     background-color: #E7E7E7;
  10.     cursor: default;
  11. }
  12.  
  13. #wrapper
  14. {
  15.     margin: auto;
  16.     padding: auto;
  17.     width: 950px;
  18.    
  19.     background-color: #000000;
  20.     color: #FFFFFF;
  21. }
  22.  
  23. #wrapper #header
  24. {
  25.     position: relative;
  26.     border-bottom: 3px solid #EAEAEA;
  27.     padding: 13px;
  28.     margin: auto;
  29.     text-align: center;
  30. }
  31.  
  32. #wrapper #header h1
  33. {
  34.     font-size: 30px;
  35.     font-style: bold;
  36.     color: #AAAAAA;
  37.     cursor: default;
  38. }
  39.  
  40. #wrapper #header h1 a
  41. {
  42.     text-decoration: none;
  43.     color: #AAAAAA;
  44. }
  45.  
  46. #wrapper #header h1 a:hover
  47. {
  48.     color: #DDDDDD;
  49.     font-size: 31px;
  50.     font-style: normal;
  51.     cursor: pointer;
  52. }
  53.  
  54. #wrapper #header #info
  55. {
  56.     font-size: 9,5px;
  57.     font-style: normal;
  58.     cursor: default;
  59. }
  60.  
  61. #wrapper #header #info a
  62. {
  63.     color: #AAAAAA;
  64.     font-size: 13px;
  65.     text-decoration: none
  66. }
  67.  
  68. #wrapper #header #info a:hover
  69. {
  70.     color: #DDDDDD;
  71.     font-size: 14px;
  72.     cursor: pointer;
  73.     text-decoration: underline;
  74. }
  75.  
  76. #wrapper #menu
  77. {
  78.     width: 900px;
  79.     background-color: #333333;
  80.     padding: 15px;
  81.     margin: auto;
  82.     border-bottom: 1px #FFFFFF solid;
  83. }
  84.  
  85. #wrapper #menu a
  86. {
  87.     border: 2px #000000 outset;
  88.     padding: 3px;
  89.     padding-left: 10px;
  90.     padding-right: 10px;
  91.     color: #D8D8D8;
  92.     text-decoration: none;
  93.     margin: 5px;
  94. }
  95.  
  96. #wrapper #menu a:hover
  97. {
  98.     background-color: #000000;
  99.     border: 2px #000000 inset;
  100.     color: #FFFFFF;
  101. }
  102.  
  103. #wrapper #content
  104. {
  105.     width: 900px;
  106.     background-color: #000000;
  107.     padding: 15px;
  108.     margin: auto;
  109. }
  110.  
  111. #wrapper #content a
  112. {
  113.     color: #EFEFEF;
  114.     text-decoration: none;
  115.     font-size: 12px;
  116. }
  117.  
  118. #wrapper #content a:hover
  119. {
  120.     color: #FEFEFE;
  121.     text-decoration: underline;
  122.     cursor: pointer;
  123.     font-size: 13px;
  124. }
  125.  
  126. #wrapper #content #infobox
  127. {
  128.     margin: 3px;
  129.     padding: 2px;
  130.     background-color: #111111;
  131. }
  132.  
  133. #wrapper #content #infobox #inftitle
  134. {
  135.     color: #AFAFAF;
  136.     padding: 7px;
  137.     text-decoration: underline;
  138. }
  139.  
  140. #wrapper #content #infobox #inftitle:hover
  141. {
  142.     cursor: default;
  143. }
  144.  
  145. #wrapper #content #infobox #infcontent
  146. {
  147.     padding: 15px;
  148.     margin: 2px;
  149.     font-style: cursive;
  150. }
  151.  
  152. #wrapper #content p
  153. {
  154.     padding: 5px;
  155.     margin: 0.7px;
  156.     margin-top: 1.5px;
  157.     padding-right: 3px;
  158.     font-size: 15px;
  159. }
  160.  
  161. #wrapper #content p a
  162. {
  163.     text-decoration: none;
  164.     color: #ADADAD;
  165.     font-size: 15px;
  166. }
  167.  
  168. #wrapper #content p a:hover
  169. {
  170.     text-decoration: underline;
  171.     color: #DADADA;
  172.     font-size: 16px;
  173.     cursor: pointer;
  174. }
  175.  
  176. #wrapper #content h1
  177. {
  178.     font-size: 40px;
  179. }
  180.  
  181. #wrapper #credits
  182. {
  183.     width: 900px;
  184.     background-color: #000000;
  185.     padding: 15px;
  186.     margin: auto;
  187.     font-size: 12px;
  188.     border-top: 1px #FFFFFF solid;
  189.     text-align: center;
  190. }
  191.  
  192. #wrapper #credits a
  193. {
  194.     font-size: 12px;
  195.     text-decoration: underline;
  196.     color: #FFFFFF;
  197. }
  198. // -->
  199.     </style>
  200.   </head>
  201.   <body>
  202.     <div id="wrapper">
  203.      
  204.       <div id="header">
  205.         <h1><a href="#">Police Pursuit Mod BETA 7.5</a></h1>
  206.         <div id="info"><i>This mod was produced by members (or a member) of Team-NeO.<br /><br />
  207.         <a href="http://www.policemod.com" target="_new">http://www.policemod.com/</a></div>
  208.       </div>
  209.      
  210.       <div id="menu">
  211.         <a href="#1">General information</a>
  212.         <a href="#2">Supported versions</a>
  213.         <a href="#3">Key's</a>
  214.         <a href="#4">Installation</a>
  215.       </div>
  216.      
  217.       <div id="content">
  218.         <center><u>Police Pursuit Mod</u></center><br /><br />
  219.        
  220.         <div id="infobox">
  221.           <div id="inftitle"><a name="1">General Information</a></div>
  222.           <div id="infcontent">
  223.             Mod name: <tt>Police Pursuit Mod</tt><br /><br />
  224.             Release date: <tt>See <a href="http://www.policemod.com/" target="_new">http://www.policemod.com/</a></tt><br /><br />
  225.             Version: <tt>Beta 7.5</tt><br /><br />
  226.             Author: <tt>Team-NeO (NeO_Anderson)</tt><br /><br />
  227.             Email: <tt>neon_anderson@team-neo.com</tt><br /><br />
  228.             Website: <tt><a href="http://www.policemod.com/" target="_new">http://www.policemod.com.</a></tt>
  229.           </div>
  230.         </div>
  231.        
  232.         <div id="infobox">
  233.           <div id="inftitle"><a name="2">Supported versions</a></div>
  234.           <div id="infcontent">
  235.             Supported game patches: <tt><a href="http://www.policemod.com/forum/index.php?showtopic=238" target="_new">Click here</a></tt><br /><br />
  236.             Bugs: <tt>Check the site (forum) for known bugs</tt><br /><br />
  237.             Mod description:<tt>
  238.               GTA IV as most people know lacks the aspect of being on the 'Good' side for a change. Yes it's fun but sometimes being a police officer can be just as fun - that's where this mod comes in. This mod focuses on police pursuits. There's nothing better than a nice long police chase with your fellow officers and yourself chasing the suspect throughout the city. Should you manage to stop the suspect, you have the choice of either arresting him or killing him to complete the mission. To arrest a suspect simply aim your gun at them at close range. However, arresting a suspect is not always possible especially if hes facing an AK47 in your direction. As a police officer you do not become wanted for firing your weapon or ramming a cop heck - you could kill 3 officers and the feds won't come after you! We make the rules and we're above the law, what more can you ask for? :) If you find yourself in a long drawnout pursuit or need more officers, simply press the F3 Futton to call for more backup! I hope this information has helped and more information regarding installation and key controls can be found below. <br><br>This mod is actively being developed and I have more things planned for the future but if you want to express your opinion of this mod feel free to visit the website at the top of this page and give us a shout! we'd love to hear your thoughts and ideas.<br><br> 'Cop Stats' was introduced later on in development and bassically gives you a little run down on how you are as a police officer. From beta 7.3, players will now be able to save these stats to a file and upload them to our servers. You will then be listed on our Stats Page where you can compete with other mod-users to acheive the top rank! :)
  239.             </tt><br /><br />
  240.             <u>Having problems?</u><br />
  241.             Please check the forum for help. If the mod isn't working / game is starting new game (not load game); Check this topic: <a href="http://www.policemod.com/forum/index.php?showtopic=785" target="_new">http://www.policemod.com/forum/index.php?showtopic=785</a>
  242.           </div>
  243.         </div>
  244.        
  245.         <div id="infobox">
  246.           <div id="inftitle"><a name="3">Default key configuration</a></div>
  247.           <div id="infcontent">
  248.             Go on/off duty: <tt>Numpad 0</tt><br />
  249.             Request backup: <tt>F3</tt><br />
  250.             Start a mission: <tt>[</tt><br />
  251.             Spawn a copcar: <tt>Numpad 7</tt><br />
  252.             Fix car: <tt>Numpad 8</tt><br />
  253.             Cancel mission: <tt>F9</tt><br />
  254.             Request air support: <tt>U</tt><br />
  255.             Lights only mode: <tt>Numpad 9</tt><br />
  256.             Spawn a friendly unit: <tt>Numpad 3</tt><br />
  257.             Toggle traffic stop mode: <tt>Numpad 4</tt><br />
  258.             Toggle stop lights: <tt>Numpad 5</tt><br />
  259.             Change cop model: <tt>Numpad 6</tt><br />
  260.             Use spike strip: <tt>Numpad -</tt><br />
  261.             Save stats: <tt>Numpad 1</tt>
  262.           </div>
  263.         </div>
  264.        
  265.         <div id="infobox">
  266.           <div id="inftitle"><a name="4">How to install</a></div>
  267.           <div id="infcontent"> <!-- Next content copied from the original readme.html-->
  268.             1) Download & Install the GTA IV Patch: (See Patch Link For Currently Supported Patch)
  269.             <br><br>
  270.             2) Download the Police Pursuit Mod .exe file from above.
  271.             <br><br>
  272.             3) Open the Police Pursuit Mod .exe and when it prompts for a location, click 'browse' and navigate to your GTA root directory. [The place where your GTA_IV.exe is]
  273.             <br><br>
  274.             4) If you don't already have an ASI loader, type "yes" when prompted to do so at the end of the installation to install xliveless.
  275.             <br><br>
  276.             5) Start GTA IV as you would normally. If the mod has loaded then you should see some text at the bottom of the screen. Press numpad 0 to activate the mod..
  277.             Please note: This mod is for the latest ScriptHook (Which means it may not work on the older scripthook) It may still work with the latest ScriptHook but is designed for the latest version of scripthook.
  278.             <br><br>
  279.             NOTES:  <Tt>Please remember this mod is in beta stage and bugs have been fixed but please, report all bugs
  280.             and suggestions you have!</tt>
  281.          </div>
  282.         </div>
  283.         <br /><br /><br />
  284.         <font color="red">NOTE: This mod is in BETA stage! There can be a several bugs!</font>
  285.       </div>
  286.       <div id="credits">Mod created by NeO_Anderson - All rights reserved. Do NOT claim this script as your own, or re-release it without permissions! All you may do is give the URL of the site to other people (www.policemod.com)</div>
  287.     </div>
  288.  </body>
  289. </html>
Add Comment
Please, Sign In to add comment