Advertisement
Guest User

SPYacht

a guest
Jun 2nd, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.36 KB | None | 0 0
  1. using GTA;
  2. using GTA.Native;
  3. using System;
  4. using System.Windows.Forms;
  5.  
  6. public class SPYacht: Script
  7. {
  8.  
  9. public SPYacht()
  10. {
  11.     IPL();
  12. }
  13.  
  14. void IPL()
  15. {
  16.     Function.Call(Hash.REQUEST_IPL, "smboat");
  17.     Function.Call(Hash.REQUEST_IPL, "smboat_lod");
  18.     Function.Call(Hash.REQUEST_IPL, "smboat_distantlights");
  19.     Function.Call(Hash.REQUEST_IPL, "smboat_lodlights");
  20. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement