Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local json = require('cjson')
function main()
repeat wait(0) until isSampAvailable()
addEventHandler('onReceivePacket', function(id, bs)
if id == 220 then
raknetBitStreamIgnoreBits(bs, 8)
if raknetBitStreamReadInt8(bs) == 17 then...
function main()
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand('testing', function(arg)
if tonumber(arg) == 0 then
sampAddChatMessage("{b5b5b5}ЫВЫВГУБКПУ", -1)
end
end);
while true do
wait(0)
end
end
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(200) end
while true do wait(0)
if isKeyDown(18) and isKeyJustPressed(49) then
local result, ped = getCharPlayerIsTargeting(PLAYER_PED)...