addCommandHandler('test', function(player)
local save = getElementData(player, 'player:save') or {}
local x, y, z = getElementPosition(player)
local utrudnienie = createBlip(x, y, z, 19, 2, 0, 0, 0, 0, 0, 275)
outputChatBox('Postawi?es: znak ostrzegawczy!', player)
table.insert(save, utrudnienie)
setElementData(player, 'player:save', save)
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