Vice City: Multiplayer

Server Development => Community Plugins => Topic started by: habi on May 12, 2020, 10:52 AM

Title: VCMP helloworld plugin - for squirrel
Post by: habi on May 12, 2020, 10:52 AM
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) )

(https://i.imgur.com/g6dorSO.png)

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 (https://drive.google.com/file/d/1pbA57GCS9Mm7k5xaLSSYZMCsUiSSRU5p/view?usp=sharing)

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

Happy Editing :)
Title: Re: VCMP helloworld plugin - for squirrel
Post by: 2b2ttianxiu on Jul 02, 2023, 07:09 AM
The link cannot open
Title: Re: VCMP helloworld plugin - for squirrel
Post by: habi on Jul 02, 2023, 07:57 AM
下载链接已更新 (download link updated) ===> (https://www.mediafire.com/file/yvuxg97se9krqju/helloworld.zip/file)
Title: Re: VCMP helloworld plugin - for squirrel
Post by: X Dukinja on Sep 02, 2023, 11:07 AM
Will VS 2008 or VS 2010 work? i bet vs 2008 will work