An update for VC:MP 0.4 (04rel002) servers has been released.
This update introduces new cheat prevention mechanisms which will be updated as seen fit.
Plugins which do not need to support spheres or checkpoints do not need to be updated.
Windows Server (x86)
Windows Server (x64)
Linux Server (x86)
Linux Server (x64)
A Squirrel update will be released shortly.
[Updated SDK] [SDK Diff]
An update for Squirrel has also been released:
Updated binaries are available on the download page for the Squirrel plugin:
https://bitbucket.org/stormeus/0.4-squirrel/downloads
- Added spheres.
- Added checkpoints.
- Added a new disconnect reason (4) for players who are suspected of cheating.
This update introduces new cheat prevention mechanisms which will be updated as seen fit.
Plugins which do not need to support spheres or checkpoints do not need to be updated.
Windows Server (x86)
Windows Server (x64)
Linux Server (x86)
Linux Server (x64)
A Squirrel update will be released shortly.
[Updated SDK] [SDK Diff]
An update for Squirrel has also been released:
- Added FindCheckpoint(id) and CreateCheckpoint(player, world, pos, ARGB, radius)
- If player is null, the checkpoint is created for all players.
- Checkpoint.Color, Checkpoint.ID, Checkpoint.Owner, Checkpoint.Pos, Checkpoint.Radius, Checkpoint.World properties available.
- Checkpoint.Remove(), Checkpoint.StreamedToPlayer(player) functions available.
- Added FindSphere(id) and CreateSphere(player, world, pos, RGB, radius)
- If player is null, the sphere is created for all players.
- Sphere.Color, Sphere.ID, Sphere.Owner, Sphere.Pos, Sphere.Radius, Sphere.World properties available.
- Sphere.Remove(), Sphere.StreamedToPlayer(player) functions available.
- Added callbacks onCheckpointEntered(player, checkpoint), onCheckpointExited(player, checkpoint), onSphereEntered(player, sphere) and onSphereExited(player, sphere)
Updated binaries are available on the download page for the Squirrel plugin:
https://bitbucket.org/stormeus/0.4-squirrel/downloads