SA-MP 0.3e RC
SA-MP 0.3e is mainly a security update. Some new features and models are planned. More will be added during the RC period.
- There are some minor security problems in the previous version which is resulting in servers being attacked with specially made tools. Resolving this issue requires both a client and server update.
- Fixed a bug introduced in 0.3d where a player might be able to avoid death if they have a custom animation applied.
- An issue setting the player colour of player IDs greater than 500 has been resolved.
- An issue where a player might get kicked if the server used SpawnPlayer() has been fixed.
- Fixed an issue with the server browser where it might crash if invalid data was returned by the server.
Although SA-MP 0.3e is mainly a security update, there are a few new features:
- Added some new models models made by cessil including tophat, cane, several different wall sections.
- Scripted dialogs now have a caption bar.
- The server can get the exact revision of the client using GetPlayerVersion().
Code
native GetPlayerVersion(playerid, const version[], len); // Returns the SA-MP client revision as reported by the player
- A parameter has been added to SetPlayerCameraLookAt() so that the camera will move to the new position, rather than teleport.
Code
#define CAMERA_CUT 2
#define CAMERA_MOVE 1
native SetPlayerCameraLookAt(playerid, Float:x, Float:y, Float:z, cut = CAMERA_CUT);
- A new tool has been added to make it easier to find positions for player attached objects. This new tool can also be used on ordinary objects.
SA-MP 0.3e Files:
Note: The linux server will be available in later RC versions.
Client Installer: SA-MP 0.3e RC1 Client
Windows Server (20 players): SA-MP 0.3e RC1 Windows Server
Ссылка на тему на оф. форуме: http://forum.sa-mp.com/showthread.php?t=323271
От себя:
Переводить статью не стали, немножко нет времени на это. Расскажем вкратце. Разработчики обновили безопасности, исправили ошибки 0.3d версии, добавили ф-ции (узнать версию клиента и новый параметр к ф-ции, чтобы перемещать камеру игроку).
Сами обновления в версии не впечатлили, но радует то, что разработчики работают над проектом и уже есть 0.3e версия, это всего-лишь RC (бета). Исходя из старых версий, должно быть ещё где-то 8-10 обновлений.