Advertisement
BigETI

sampshell.inc

Nov 22nd, 2014
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.39 KB | None | 0 0
  1. #if defined _SAMPSHELL_INC_
  2.     #endinput
  3. #endif
  4. #define _SAMPSHELL_INC_
  5. native Shell:SHELL_Execute(const cmd[]);
  6. native SHELL_System(const cmd[]);
  7. native bool:SHELL_IsActive(Shell:handle);
  8. native SHELL_Release(Shell:handle);
  9. native SHELL_ReleaseAll();
  10. native SHELL_MEM_CleanUp();
  11. forward OnReceiveShellMessage(Shell:handle, msg[]);
  12. forward OnReleaseShell(Shell:handle);
  13. #define SHELL:: SHELL_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement