marker = createMarker ( 0, 0, 2, "cylinder", 1.5, 255, 169, 169, 170 )
function kasa (thePlayer)
local name = getPlayerFromName ( thePlayer )
local money = getPlayerMoney ( thePlayer )
outputChatBox ( "Posiadasz : $"..tostring(money), thePlayer )
outputChatBox ( "Nazywasz sie : "..tostring(name), thePlayer )
end
addEventHandler ( "onMarkerHit", marker, kasa )