Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
ev = require('samp.events')
function ev.onSetPlayerAttachedObject(playerId, index, create, object)
if create and object and object.modelId == 19801 then
return false
end
return {playerId, index, create, object}
end
ev = require('samp.events')
function ev.onSetPlayerAttachedObject(playerId, index, create, object)
if create and object and object.modelId == 19801 then
return false
end
return {playerId, index, create, object}
end