SAMP.Lua Versions Save

A SA-MP API library for MoonLoader

v2.3.0

2 years ago

Fixed onMarkersSync Fixed onVehicleStreamIn vehicle colors Added unsigned integer types

v2.2.0

3 years ago
  • New server RPC events: onClientCheck, onDestroyActor, onDestroyWeaponPickup, onEditAttachedObject, onToggleCameraTargetNotifying, onEnterSelectObject, onPlayerExitVehicle, onVehicleTuningNotification, onServerStatisticsResponse, onEnterEditObject, onVehicleDamageStatusUpdate, onDisableVehicleCollisions, onToggleWidescreen, onSetVehicleTires, onSetPlayerDrunkVisuals, onSetPlayerDrunkHandling, onApplyActorAnimation, onClearActorAnimation, onSetActorFacingAngle, onSetActorPos, onSetActorHealth, onSetPlayerObjectNoCameraCol

  • New client RPC events: onSendMoneyIncreaseNotification, onSendNPCJoin, onSendServerStatisticsRequest, onSendPickedUpWeapon, onSendCameraTargetUpdate, onSendGiveActorDamage

  • New server packet events: onAuthenticationRequest, onConnectionRequestAccepted, onConnectionLost, onConnectionBanned, onConnectionAttemptFailed, onConnectionNoFreeSlot, onConnectionPasswordInvalid, onConnectionClosed

  • New client packet events: onSendWeaponsUpdate, onSendAuthenticationResponse

  • Identified most of unknown values of RPCs, packets and synchronization structures

  • Fixed onApplyPlayerAnimation missing frameDelta parameter

  • Fixed possible UB caused by handling outgoing synchronization packets

v2.1.1

4 years ago
  • Fixed event onCreateObject
  • Minor improvements

v2.1.0

5 years ago
  • New incoming RPC event onToggleSelectTextDraw
  • Fixed infinite loop in onCreateObject event caused in some specific cases

v2.0.5

6 years ago
  • Fixes and improvements to onCreateObject, onSendGiveDamage, onSendTakeDamage, onSetObjectMaterial and onSetObjectMaterialText

v2.0.4

6 years ago
  • Fixed events onTextDrawSetString and onShowTextDraw

v2.0.3

6 years ago
  • Fixed onSetVehicleParamsEx event

v2.0.2

6 years ago
  • Fixed onDisplayGameText event

v2.0.1

7 years ago
  • Fixed onPlayerSync and onVehicleSync event handlers

v2.0.0

7 years ago

Lots of new events and overall improvements.