local x, y, z, rx, ry, rz= 0, 0, 0, 0, 0, 0
function belka(cmd)
local pojazd = getPedOccupiedVehicle ( localPlayer )
if pojazd then
belka = createObject( 954, 0, 0, 0)
attachElements ( belka, pojazd, x, y, z, rx, ry, rz)
else
outputChatBox ("Nie jeste? w poje?dzie.")
end
end
addCommandHandler("belka", belka)