Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
RPC = {[71] = 'RemovePlayerFromVehicle'}
if imgui.Checkbox(u8'NoEjectVehicle', checkboxone) then
sampSendChat('/njc')
end
function onReceiveRpc(id, bitStream)
if checkboxone then
if RPC[id] then
return false
end
end
end
RPC = {[71] = 'RemovePlayerFromVehicle'}
if imgui.Checkbox(u8'NoEjectVehicle', checkboxone) then
sampSendChat('/njc')
end
function onReceiveRpc(id, bitStream)
if checkboxone then
if RPC[id] then
return false
end
end
end