function blokada( thePlayer )
if ( thePlayer ) then
local x, y, z = getElementPosition ( thePlayer )
local theObject = createObject ( 980, x + 2, y + 2, z, 0, 0, 0,)
if ( theObject ) then
outputChatBox ( "Blokada postawiona", thePlayer, 200, 0, 0 )
end
end
addCommandHandler ( "pacholek", blokada )