- 228
- 9
Код:
Lua:
if isKeyJustPressed(81) then
local validtar, pedtar = getCharPlayerIsTargeting(playerHandle)
if validtar and doesCharExist(pedtar) then
local result, id = sampGetPlayerIdByCharHandle(pedtar)
if result then
local _, selfid = sampGetPlayerIdByCharHandle(playerPed)
if getCharActiveInterior(playerPed) == 22 then
if sampGetPlayerColor(selfid) == 2150206647 then
sampAddChatMessage(tag..'Используй '..mc..'Esc'..wc..', что бы закрыть меню', mcx)
actionId = id
int_bank.v = true
else
sampAddChatMessage(tag..'Вы не в рабочей форме!', mcx)
end
else
sampAddChatMessage(tag..'Вы должны находится в здании банка!', mcx)
end
end
end
end
Вложения
Последнее редактирование модератором: