Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Chrispapa on May 13, 2015, 04:33 PM

Title: Squirrel.dll
Post by: Chrispapa on May 13, 2015, 04:33 PM
Hy!
I want to download this: https://bitbucket.org/stormeus/0.4-squirrel/downloads/Squirrel.dll
But the link is died.

The wiki is not answering: http://wiki.vc-mp.org/
"Error 502 Ray ID: 1e5fc4a36d2d0cef • 2015-05-13 16:34:10 UTC
Bad gateway"
Title: Re: Squirrel.dll
Post by: . on May 13, 2015, 04:48 PM
Wiki is outdated. Use the download page (https://bitbucket.org/stormeus/0.4-squirrel/downloads/) on the repository.

NOTE: Download the one according to your OS and server architecture.
Title: Re: Squirrel.dll
Post by: Chrispapa on May 13, 2015, 04:50 PM
And what can i use?
Notepad ++ or what?
Title: Re: Squirrel.dll
Post by: Chrispapa on May 13, 2015, 04:50 PM
And,how can i start this language?Because the wiki is outdated...
Title: Re: Squirrel.dll
Post by: . on May 13, 2015, 04:55 PM
Quote from: Chrispapa on May 13, 2015, 04:50 PMAnd what can i use?
Notepad ++ or what?

Anything you want!

Quote from: Chrispapa on May 13, 2015, 04:50 PMAnd,how can i start this language?Because the wiki is outdated...

The VC:MP Wiki is outdated in therms of links. However, if you need to learn the Squirrel language then their official Wiki can be found on their site. Just google "Squirrel Lang" and look for a Wiki or documentation somewhere. After you get familiar with the Squirrel lang you are free to check out the VC:MP Wiki for the functions and types (aka. the API) related to VCMP.
Title: Re: Squirrel.dll
Post by: Chrispapa on May 13, 2015, 05:05 PM
"Anything you want!"
what are you using?
Title: Re: Squirrel.dll
Post by: . on May 13, 2015, 05:13 PM
Notepad++, Sublime Text etc.
Title: Re: Squirrel.dll
Post by: Chrispapa on May 13, 2015, 06:00 PM
And how can i install squirrel in Notepad++?
Title: Re: Squirrel.dll
Post by: . on May 13, 2015, 06:05 PM
Quote from: Chrispapa on May 13, 2015, 06:00 PMAnd how can i install squirrel in Notepad++?

You don't install anything. Squirrel is not something that can be installed. If you want to get syntax highlighting in your text editor then see if that text editor supports the D language. In Notepad++, with your document selected, go the to the top menu and look for Language, click it and then look for the group D, then select D from the sub menu. Pretty much you click them in the following order Language > D > D. The syntax highlighting from the D language will be the most similar to Squirrel if that's what you need.