Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import * as alt from 'alt';
  2. import resource from "one_module";
  3.  
  4. alt.on("resourceStart", function() {
  5. resource("one_cmds").teszt();
  6. alt.setInterval(function() {
  7. resource("one_cmds").teszt();
  8. }, 1000)
  9. })
  10.  
  11. alt.on("resourceStop", function() {
  12. alt.log("stop")
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement