VCMP helloworld plugin - for squirrel

Started by habi, May 12, 2020, 10:52 AM

Previous topic - Next topic

habi

This is a simple plugin which will print 'Hello World' on the screen.

This plugin requires that you be using squirrel04relxx. This plugin creates so that from your squirrel main.nut, you call hello() and 'Hello World' is printed on the screen. (This plugin does not work for java gamemodes. (only squirrel) )



It has only one function hello(). When called, it outputs Hello World!
I have called it from console using console input plugin. You can call it from script too.
hello();
You can download it from here

Just open helloworld.vcxproj file. You will need Visual Studio.

Happy Editing :)

2b2ttianxiu


habi

下载链接已更新 (download link updated) ===>

X Dukinja

Will VS 2008 or VS 2010 work? i bet vs 2008 will work