Advertisement
Leon1337

Untitled

Feb 27th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1. [IServer]
  2. class Test
  3. {
  4.     Test()
  5.     {
  6.         alt::Log("Yep, cock");
  7.     }
  8.  
  9.     [Test]
  10.     void doNothing()
  11.     {
  12.         alt::Log("Ok");
  13.     }
  14.  
  15.     [OnConsoleCommand]
  16.     void consoleCommand(string cmd, array<string> args)
  17.     {
  18.         alt::Log(cmd);
  19.     }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement