Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
205 B

  1. //loads an external file
  2. dofile("utils\\coMmons.nut");
  3. //declares some locals
  4. local x=10;
  5. local y="asd"
  6. local testy=function(){return 0;}
  7. while(1)
  8. {
  9. local ret;
  10. ret = TestFunc("param 1","param 2");
  11. }