Advertisement
Guest User

NPC .pwn Datei

a guest
Sep 19th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <a_npc>
  2. #define RECORDING "GodModeTester"
  3.  
  4. main(){}
  5.  
  6. public OnRecordingPlaybackEnd(){
  7. StartRecordingPlayback(2, RECORDING);}
  8.  
  9. public OnNPCSpawn(){
  10. StartRecordingPlayback(2, RECORDING);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement