addCommandHandler("ls", function(el,md)
local gracz = el
if isPedInVehicle(el) then gracz = getPedOccupiedVehicle(el) end
if getElementData(el, "duty") == 3 then
setElementPosition(gracz, 2500.5952, -1669.4454, 13.3532)
outputChatBox("Witamy w Los Santos.", el, 255, 255, 0)
end)
Takie co??
Ostatnio zmieniony przez EvilXmik 2019-02-06, 16:01, w całości zmieniany 1 raz
addCommandHandler("ls", function(gracz,md)
if isPedInVehicle(gracz) then gracz = getPedOccupiedVehicle(gracz) end
if getElementData(gracz, "duty") == 3 then
setElementPosition(gracz, 2500.5952, -1669.4454, 13.3532)
outputChatBox("Witamy w Los Santos.", gracz, 255, 255, 0)
end
end)
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach