Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: profileshame on Apr 28th, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. using System;
  2. using System.Windows.Forms;
  3. using GTA;
  4.  
  5. namespace LockDoors
  6. {
  7.     public class LockDoors:Script
  8.     {
  9.         public LockDoors()
  10.         {
  11. KeyDown +=
  12.         }
  13.     }
  14. }