ID_SKINA = 274
pickup = createPickup ( -2634.2705078125, 654.4189453125, 13.11562538147, 3, 1275, 0, 0 )
setElementDimension (pickup, 200)
addEventHandler ( "onPickupHit", pickup, function(thePlayer,matchingDimension)
local accName = getAccountName ( getPlayerAccount ( thePlayer ) )
if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Pogotowie" ) ) then
setElementModel ( thePlayer, ID_SKINA )
end
end)