Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
script_name('DelCars')
script_authors("xcdco ak.Pavlov")
script_description("Send Command = Del Cars")
sampRegisterChatCommand("delcars", function()
for k, v in ipairs(getAllVehicles()) do
deleteCar(v)
end
end)
script_name('DelCars')
script_authors("xcdco ak.Pavlov")
script_description("Send Command = Del Cars")
sampRegisterChatCommand("delcars", function()
for k, v in ipairs(getAllVehicles()) do
deleteCar(v)
end
end)
function main()
while not isSampAvailable() do wait(0) end
sampRegisterChatCommand("delcars", function()
for k, v in ipairs(getAllVehicles()) do
deleteCar(v)
end
end)
wait(-1)
end
function main()
while not isSampAvailable() do wait(0) end
sampRegisterChatCommand("delcars", function()
for k, v in ipairs(getAllVehicles()) do
deleteCar(v)
end
end)
wait(-1)
end