Scripting/squirrel
From VC-MP Wiki
Contents |
Introduction
Squirrel is a high level imperative/OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games.
Squirrel is inspired by languages like Python, Javascript and expecially Lua.
Squirrel's syntax is similar to C/C++/Java etc... but the language has a very dynamic nature like Python/Lua.
Scripts
The following is a list of example Squirrel scripts
Reference
Tutorials / Documentation
This is a list of available tutorials on Squirrel scripting in general and for the VC:MP server.
Scripting for the VC:MP Server
General Squirrel Scripting
