- Версия MoonLoader
- .027.0-preview
что здесь не так?
Lua:
function sampev.onRemovePlayerFromVehicle()
if enabled then
-- Check if the player is in a Sultan (model ID 560)
local vehicle = sampGetPlayerVehicle(playerId)
if vehicle and getElementModel(vehicle) == 560 then
--[код]